public final class

AppIndex

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

Class Overview

Main entry point to the App Indexing API

Summary

Fields
public static final Api<Api.ApiOptions.NoOptions> APP_INDEX_API The App Indexing API for reporting what users viewed in the app.
public static final AppIndexApi AppIndexApi API to report what users viewed in the app.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Api<Api.ApiOptions.NoOptions> APP_INDEX_API

The App Indexing API for reporting what users viewed in the app. Pass this to addApi(Api).

public static final AppIndexApi AppIndexApi

API to report what users viewed in the app. Requires a GoogleApiClient to be connected to APP_INDEX_API.