public static interface

AppIndexApi.ActionResult

com.google.android.gms.appindexing.AppIndexApi.ActionResult

Class Overview

Represents the result of writing an Action.

Summary

Public Methods
abstract PendingResult<Status> end(GoogleApiClient apiClient)
Indicates that a user completed an action.
abstract PendingResult<Status> getPendingResult()
Represents the result of a call to the 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 API. The client should be connecting or connected.
Returns
  • The PendingResult which can optionally be used to determine if the call succeeded.

public abstract PendingResult<Status> getPendingResult ()

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

Returns