java.lang.Object | |
↳ | com.google.android.gms.common.api.BooleanResult |
A Result
with a boolean value.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the status of this result.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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()
.