Help developers solve problems
Learn more
| java.lang.Object | |
| ↳ | com.google.android.gms.common.api.BatchResult |
The result of a batch operation. The result status is successful if and only if all results
are successful. Individual results can be retrieved using BatchResultToken objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves a result from the batch.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
From interface
com.google.android.gms.common.api.Result
| |||||||||||||||||||||||||||||||||
Retrieves a result from the batch.
After the result has been retrieved, it is an error to attempt to retrieve it again. It is
the responsibility of the caller to release any resources associated with the returned
result. Some result types may implement Releasable, in which case
release() should be used to free the associated resources.