java.lang.Object |
↳ |
com.google.android.gms.common.api.BooleanResult |
Class Overview
A Result
with a boolean value.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.google.android.gms.common.api.Result
|
Public Methods
public
final
boolean
equals
(Object obj)
public
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()
.
public
boolean
getValue
()
Returns |
boolean |
the boolean value of this result.
|
public
final
int
hashCode
()