public static interface

AppStateManager.StateResult

implements Releasable Result
com.google.android.gms.appstate.AppStateManager.StateResult

Class Overview

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

public abstract AppStateManager.StateConflictResult getConflictResult ()

Returns

public abstract AppStateManager.StateLoadedResult getLoadedResult ()

Returns