com.google.firebase.appindexing Stay organized with collections Save and categorize content based on your preferences.
The Firebase App Indexing API lets apps index personal content and log user actions with Google. For more information, see://g.co/AppIndexing.
This package contains all the classes needed to integrate with the API. For indexing content in the app, refer toFirebaseAppIndex. For logging user actions, refer toFirebaseUserActions.
Interfaces
| Action | Represents an action taken by the user within the app. |
| Action.Metadata | Represents the metadata for anAction. |
| Indexable | Represents an indexable unit. |
| Indexable.Metadata | Represents the metadata for anIndexable. |
Classes
| Action.Builder | The builder forAction. |
| Action.Metadata.Builder | The builder forAction.Metadata. |
| AndroidAppUri | Represents an Android app URI. |
| FirebaseAppIndex | Provides methods for managing the index, by inserting, updating and removingIndexables in the app. |
| FirebaseUserActions | Provides methods for logging actions that the user takes in the app. |
| Indexable.Builder | The builder forIndexable. |
| Indexable.Metadata.Builder | The builder forIndexable.Metadata. |
| Scope | The Scope options for anIndexable. |
Exceptions
| FirebaseAppIndexingException | Class of exceptions thrown by the Firebase App Indexing API. |
| FirebaseAppIndexingInvalidArgumentException | The exception that is thrown if an invalid argument is provided to one of the Firebase App Indexing API methods. |
| FirebaseAppIndexingTooManyArgumentsException | The exception that is thrown if the number of arguments passed to a Firebase App Indexing API method in a single call exceeds the allowed maximum ofIndexable.MAX_INDEXABLES_TO_BE_UPDATED_IN_ONE_CALL. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.