com.google.android.gms.appindex

Interfaces

Action Represents an action taken by the user within the app.
Indexable Represents an indexable unit.
Indexable.Metadata Represents the metadata for anIndexable.

Classes

Action.Builder The builder forAction.
AppIndex
Indexable.Builder The builder forIndexable.
Indexable.Metadata.Builder The builder forIndexable.Metadata.
ThingPropertyKeys This class contains Bundle keys for setting Indexable properties.
UserActions

Exceptions

AppIndexException Class of exceptions thrown by the App Index API.
AppIndexInvalidArgumentException The exception that is thrown if an invalid argument is provided to one of the App Index API methods.
AppIndexTooManyArgumentsException The exception that is thrown if the number of arguments passed to an App Index API method in a single call exceeds the allowed maximum ofIndexable.MAX_INDEXABLES_TO_BE_UPDATED_IN_ONE_CALL.