AppIndexApi.ActionResult

public static interfaceAppIndexApi.ActionResult

Public Method Summary

abstractPendingResult<Status>
end(GoogleApiClient apiClient)
Indicates that a user completed an action.
abstractPendingResult<Status>
getPendingResult()
Represents the result of a call to the AppIndexApi.action(GoogleApiClient, Action)API.

Public Methods

public abstractPendingResult<Status> end(GoogleApiClient apiClient)

Indicates that a user completed an action.

Parameters
apiClient TheGoogleApiClient configured to use theAppIndex.API. The client should be connecting or connected.
Returns
  • ThePendingResult which can optionally be used to determine if the call succeeded.

public abstractPendingResult<Status> getPendingResult()

Represents the result of a call to the AppIndexApi.action(GoogleApiClient, Action)API.

Returns