java.lang.Object | |
↳ | com.google.android.gms.common.api.Batch.Builder |
Builder for Batch
objects. Note that this class is not thread-safe, by design.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a
PendingResult to the batch. | |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a PendingResult
to the batch. The returned token can be used to retrieve
the result from the BatchResult
passed to the result callback.
pendingResult | Items to wait for completion of. |
---|
BatchResult
.