<h2>Class Overview</h2><divclass="caution"><p><strong>Notice</strong></p><p>This API requires Google Play services 4.2, which began rolling out to devices worldwide on January 29th. Once the update to devices is complete, the corresponding Google Play services library (revision 15) will be available for you to begin using these APIs.</p></div>
<pitemprop="articleBody">Result retrieved from <code><ahref="/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html">AppStateManager.StateResult</a></code> when a conflict is detected while loading app
state. To resolve the conflict, call <code><ahref="/reference/com/google/android/gms/appstate/AppStateManager.html#resolve(com.google.android.gms.common.api.GoogleApiClient, int, java.lang.String, byte[])">resolve(GoogleApiClient, int, String, byte[])</a></code> with the new desired
data and the value of <code>StateConflictResult#getResolvedVersion</code> provided here.
<h2>Class Overview</h2><divclass="caution"><p><strong>Notice</strong></p><p>This API requires Google Play services 4.2, which began rolling out to devices worldwide on January 29th. Once the update to devices is complete, the corresponding Google Play services library (revision 15) will be available for you to begin using these APIs.</p></div>
<pitemprop="articleBody">Result delivered when app state data has been loaded. Possible status codes include:
<ul>
<li><code><ahref="/reference/com/google/android/gms/appstate/AppStateStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date.</li>
<h2>Class Overview</h2><divclass="caution"><p><strong>Notice</strong></p><p>This API requires Google Play services 4.2, which began rolling out to devices worldwide on January 29th. Once the update to devices is complete, the corresponding Google Play services library (revision 15) will be available for you to begin using these APIs.</p></div>
<pitemprop="articleBody">Result retrieved from <code><ahref="/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html">AppStateManager.StateResult</a></code> when app state data has been loaded successfully.
<h2>Class Overview</h2><divclass="caution"><p><strong>Notice</strong></p><p>This API requires Google Play services 4.2, which began rolling out to devices worldwide on January 29th. Once the update to devices is complete, the corresponding Google Play services library (revision 15) will be available for you to begin using these APIs.</p></div>
<pitemprop="articleBody">Result of an operation that could potentially generate a state conflict. Note that at most
one of <code>getLoadedResult</code> or <code>getConflictResult</code> will ever return a non-null
value. In the event of a <code><ahref="/reference/com/google/android/gms/common/api/CommonStatusCodes.html#INTERRUPTED">INTERRUPTED</a></code> status, both <code>getLoadedResult</code>
<h2>Class Overview</h2><divclass="caution"><p><strong>Notice</strong></p><p>This API requires Google Play services 4.2, which began rolling out to devices worldwide on January 29th. Once the update to devices is complete, the corresponding Google Play services library (revision 15) will be available for you to begin using these APIs.</p></div>
<pitemprop="articleBody">An interface for receiving a <code><ahref="/reference/com/google/android/gms/common/api/Result.html">Result</a></code> from a <code><ahref="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> as an asynchronous