This interface is deprecated.
Please Migrate to the
Firebase App Indexing API
| interface | AppIndexApi.ActionResult | This interface is deprecated. Use
start(GoogleApiClient, Action) and
end(GoogleApiClient, Action). |
|
| class | AppIndexApi.AppIndexingLink | This class is deprecated. No replacement. | |
| abstract AppIndexApi.ActionResult |
action(GoogleApiClient
apiClient, Action
action)
This method is deprecated. Use
start(GoogleApiClient, Action) instead.
|
| abstract PendingResult<Status> |
end(GoogleApiClient
apiClient, Action
action)
Indicates that the user has ended a specific action in your app.
|
| abstract PendingResult<Status> |
start(GoogleApiClient
apiClient, Action
action)
Indicates that the user has started a specific action in your app.
|
| abstract PendingResult<Status> |
view(GoogleApiClient
apiClient, Activity
activity, Intent
viewIntent, String title,
Uri webUrl,
List<AppIndexApi.AppIndexingLink>
outLinks)
This method is deprecated. Use
start(GoogleApiClient, Action) instead.
|
| abstract PendingResult<Status> |
view(GoogleApiClient
apiClient, Activity
activity, Uri appUri, String title,
Uri webUrl,
List<AppIndexApi.AppIndexingLink>
outLinks)
This method is deprecated. Use
start(GoogleApiClient, Action) instead.
|
| abstract PendingResult<Status> |
viewEnd(GoogleApiClient
apiClient, Activity
activity, Intent
viewIntent)
This method is deprecated. Use
end(GoogleApiClient, Action) instead.
|
| abstract PendingResult<Status> |
viewEnd(GoogleApiClient
apiClient, Activity
activity, Uri appUri)
This method is deprecated. Use
start(GoogleApiClient, Action) instead.
|
This method is deprecated.
Use
start(GoogleApiClient, Action) instead.
Indicates that the user has ended a specific action in your app.
This method should be called for instantaneous actions such as TYPE_BOOKMARK,
TYPE_LIKE,
TYPE_WANT.
| apiClient | The GoogleApiClient
configured to use the API.
The client should be connecting or connected. |
|---|---|
| action | The Action
performed by the user within the app. |
PendingResult
which can optionally be used to determine if the call succeeded.Indicates that the user has started a specific action in your app.
| apiClient | The GoogleApiClient
configured to use the API.
The client should be connecting or connected. |
|---|---|
| action | The Action
performed by the user within the app. |
PendingResult
which can optionally be used to determine if the call succeeded.This method is deprecated.
Use
start(GoogleApiClient, Action) instead.
This method is deprecated.
Use
start(GoogleApiClient, Action) instead.
This method is deprecated.
Use
end(GoogleApiClient, Action) instead.
This method is deprecated.
Use
start(GoogleApiClient, Action) instead.