Result

public interfaceResult
Known Indirect Subclasses

Represents the final result of invoking an API method in Google Play services.

Public Method Summary

abstractStatus
getStatus()
Returns the status of this result.

Public Methods

public abstractStatus getStatus()

Returns the status of this result. UseStatus.isSuccess() to determine whether the call was successful, andStatus.getStatusCode() to determine what the error cause was.

Certain errors are due to failures that can be resolved by launching a particular intent. The resolution intent is available viaStatus.getResolution().