java.lang.Object | |
↳ | com.google.android.gms.games.AnnotatedData<T> |
Class to return annotated data. Currently, the only annotation is whether the data is stale or not.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the data that is annotated by this class.
| |||||||||||
Returns
true if the data returned by get() is stale. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the data that is annotated by this class.
Returns | |
---|---|
T |
Returns true
if the data returned by get()
is stale. This usually indicates that
there was a network error and data was returned from the local cache.
Returns | |
---|---|
boolean |