com.google.android.gms.appstate.OnStateDeletedListener |
Listener for receiving callbacks when app state data has been deleted.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when app state data has been deleted.
|
Called when app state data has been deleted. Possible status codes include:
STATUS_OK
if data was successfully deleted from the server.STATUS_NETWORK_ERROR_OPERATION_FAILED
if the device was unable to
communicate with the network. In this case, the operation is not retried automatically.STATUS_CLIENT_RECONNECT_REQUIRED
if the AppStateClient
needs to reconnect to the service to access this data.STATUS_INTERNAL_ERROR
if an unexpected error occurred in the
service.statusCode | A status code indicating the result of the operation. |
---|---|
stateKey | The state key for the data that was loaded, if available. |