public final class
AppIndex
extends Object
Main entry point for the App Indexing API.
Field Summary
public static final Api<Api.ApiOptions.NoOptions> | API | Token to pass to addApi(Api) to enable the AppIndex features. |
public static final Api<Api.ApiOptions.NoOptions> | APP_INDEX_API |
This field was deprecated.
Use API instead.
|
public static final AppIndexApi | AppIndexApi | Methods for indexing actions that users are performing in your app to Google. |
Inherited Method Summary
Fields
public static final Api<Api.ApiOptions.NoOptions> API
Token to pass to addApi(Api)
to enable the AppIndex features.
public static final Api<Api.ApiOptions.NoOptions> APP_INDEX_API
public static final AppIndexApi AppIndexApi
Methods for indexing actions that users are performing in your app to Google. To use this
API, API
must be enabled on your GoogleApiClient
.