public interface

OnStateListLoadedListener

com.google.android.gms.appstate.OnStateListLoadedListener

Class Overview

Listener for receiving callbacks when a list of app state data has been loaded.

Summary

Public Methods
abstract void onStateListLoaded(int statusCode, AppStateBuffer buffer)
Called when app state data has been loaded.

Public Methods

public abstract void onStateListLoaded (int statusCode, AppStateBuffer buffer)

Called when app state data has been loaded. Possible status codes include:

Parameters
statusCode A status code indicating the result of the operation.
buffer The app states that were requested. This is guaranteed to be non-null, though it may be empty. The client must close this object when finished.