Result
public interface Result
BatchResult |
The result of a batch operation. |
BooleanResult |
A |
GoogleSignInResult |
This class is deprecated. Use Credential Manager for authentication or Google Identity Services for authorization. |
Status |
Represents the results of work. |
Represents the final result of invoking an API method in Google Play services.
Summary
Public methods
getStatus
abstract Status getStatus()
Returns the status of this result. Use isSuccess
to determine whether the call was successful, and 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 getResolution
.