public final class

BatchResult

extends Object
implements Result
java.lang.Object
   ↳ com.google.android.gms.common.api.BatchResult

Class Overview

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.

Summary

Public Methods
Status getStatus()
<R extends Result> R take(BatchResultToken<R> resultToken)
Claims a result from the batch.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.android.gms.common.api.Result

Public Methods

public Status getStatus ()

public R take (BatchResultToken<R> resultToken)

Claims a result from the batch. Taking a result out of the batch has the effect of removing it.