public final class

AppIndex

extends Object
java.lang.Object
   ↳ com.google.android.gms.appindexing.AppIndex

Class Overview

Main entry point for the App Indexing API.

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 This field is deprecated. Use API instead.
public static final AppIndexApi AppIndexApi Methods for indexing actions that users are performing in your app to Google.
[Expand]
Inherited Methods
From class java.lang.Object

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

This field is deprecated.
Use API instead.

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.