Result

public interface Result
Known Indirect Subclasses

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

Public Method Summary

abstract Status
getStatus()
Returns the status of this result.

Public Methods

public abstract Status getStatus ()

Returns the status of this result. Use Status.isSuccess() to determine whether the call was successful, and Status.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 via Status.getResolution().