com.google.android.gms.appstate.AppState |
Class Overview
Data interface for retrieving app state information.
Public Methods
public
abstract
byte[]
getConflictData
()
public
abstract
String
getConflictVersion
()
Returns
- The latest known version of conflicting data from the server.
public
abstract
int
getKey
()
Returns
- The key associated with this app state blob.
public
abstract
byte[]
getLocalData
()
Returns
- The local data for this app state blob, or null if none present.
public
abstract
String
getLocalVersion
()
Returns
- The local version of the app state data.
public
abstract
boolean
hasConflict
()
Returns
- Whether or not this app state has conflict data to resolve.