public static interface AppIndexApi.ActionResult
This interface is deprecated.
Use
AppIndexApi.start(GoogleApiClient, Action) and
AppIndexApi.end(GoogleApiClient, Action).
Public Method Summary
| abstract PendingResult<Status> | |
| abstract PendingResult<Status> |
getPendingResult()
Represents the result of a call to the
AppIndexApi.action(GoogleApiClient, Action) API.
|
Public Methods
public abstract PendingResult<Status> end (GoogleApiClient apiClient)
Indicates that a user completed an action.
Parameters
| apiClient | The
GoogleApiClient configured to use the AppIndex.API.
The client should be connecting or connected. |
|---|
Returns
- The
PendingResultwhich can optionally be used to determine if the call succeeded.
public abstract PendingResult<Status> getPendingResult ()
Represents the result of a call to the
AppIndexApi.action(GoogleApiClient, Action) API.
Returns
- The
PendingResultwhich can optionally be used to determine if theAppIndexApi.action(GoogleApiClient, Action)method succeeded.