com.google.android.gms.appstate.AppStateManager.StateResult |
Result of an operation that could potentially generate a state conflict. Note that at most
one of getLoadedResult
or getConflictResult
will ever return a non-null
value. In the event of a INTERRUPTED
status, both getLoadedResult
and getConflictResult
will return null.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]() |
AppStateManager.StateConflictResult
if the operation resulted in a conflict, or null
otherwise.
AppStateManager.StateLoadedResult
if the operation did not result in a conflict, or
null otherwise.