OSDN Git Service

add api notice to a bunch more files in iberico release
authorScott Main <smain@google.com>
Wed, 29 Jan 2014 07:02:13 +0000 (23:02 -0800)
committerScott Main <smain@google.com>
Wed, 29 Jan 2014 07:02:13 +0000 (23:02 -0800)
Change-Id: Ia260aa4bcb2f46cfeff1478f951c04951ad542a6

38 files changed:
docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateConflictResult.html
docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateListResult.html
docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateLoadedResult.html
docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html
docs/html/reference/com/google/android/gms/common/api/ResultCallback.html
docs/html/reference/com/google/android/gms/drive/DriveApi.DriveIdResult.html
docs/html/reference/com/google/android/gms/drive/DriveStatusCodes.html
docs/html/reference/com/google/android/gms/games/Games.GamesOptions.html
docs/html/reference/com/google/android/gms/games/GamesMetadata.LoadGamesResult.html
docs/html/reference/com/google/android/gms/games/GamesMetadata.html
docs/html/reference/com/google/android/gms/games/Notifications.html
docs/html/reference/com/google/android/gms/games/achievement/Achievements.LoadAchievementsResult.html
docs/html/reference/com/google/android/gms/games/achievement/Achievements.UpdateAchievementResult.html
docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LeaderboardMetadataResult.html
docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadPlayerScoreResult.html
docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadScoresResult.html
docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.SubmitScoreResult.html
docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.Result.html
docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.html
docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html
docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.html
docs/html/reference/com/google/android/gms/games/multiplayer/Multiplayer.html
docs/html/reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMultiplayer.ReliableMessageSentCallback.html
docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html
docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html
docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html
docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html
docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html
docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html
docs/html/reference/com/google/android/gms/plus/Account.html
docs/html/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html
docs/html/reference/com/google/android/gms/plus/Moments.html
docs/html/reference/com/google/android/gms/plus/People.LoadPeopleResult.html
docs/html/reference/com/google/android/gms/plus/People.OrderBy.html
docs/html/reference/com/google/android/gms/plus/People.html
docs/html/reference/com/google/android/gms/plus/Plus.PlusOptions.html
docs/html/reference/com/google/android/gms/plus/Plus.html
docs/html/reference/com/google/android/gms/wallet/Wallet.WalletOptions.html

index 94fe06c..5b0e0db 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result retrieved from <code><a href="/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><a href="/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.
index 49cf8d3..78040d7 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when app state data has been loaded. Possible status codes include:
  <ul>
  <li><code><a href="/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>
index 40939e5..528600c 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result retrieved from <code><a href="/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html">AppStateManager.StateResult</a></code> when app state data has been loaded successfully.
  Possible status codes include:
  <ul>
index 0945f4c..f08f75c 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="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><a href="/reference/com/google/android/gms/common/api/CommonStatusCodes.html#INTERRUPTED">INTERRUPTED</a></code> status, both <code>getLoadedResult</code>
index deac0c3..2f875d3 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">An interface for receiving a <code><a href="/reference/com/google/android/gms/common/api/Result.html">Result</a></code> from a <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> as an asynchronous
  callback.
 </p>
index d028f08..6b06818 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result that contains a DriveId.
 </p>
 
index 2410730..35f614f 100644 (file)
@@ -784,7 +784,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Drive specific status codes, for use in <code><a href="/reference/com/google/android/gms/common/api/Status.html#getStatusCode()">getStatusCode()</a></code>
 </p>
 
index e1a6edf..3a31572 100644 (file)
@@ -771,7 +771,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">API configuration parameters for Games.
 </p>
 
index b80eb39..9365506 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when game metadata has been loaded.
  <p>
  Possible status codes include:
index bdf7716..241133e 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Entry point for game metadata functionality.
 </p>
 
index a02cc92..84212c7 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Entry point for notifications functionality.
 </p>
 
index 5218013..e88462b 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when achievement data has been loaded.
  <p>
  Possible status codes include:
index efd9745..7926767 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when achievement data has been updated (revealed, unlocked
  or incremented).
  <p>
index 4f05ac6..03a8249 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when leaderboard metadata has been loaded.
  <p>
  Possible status codes include:
index e61471a..cb7a08e 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when a player's leaderboard score has been loaded.
  <p>
  Possible status codes include:
index 7bd3545..6078c4e 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when leaderboard scores have been loaded.
  <p>
  Possible status codes include:
index 53e1a5f..78cf0c3 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when a leaderboard score has been submitted. The statusCode indicates
  whether or not the score was successfully submitted to the servers.
  <p>
index 86733da..df65097 100644 (file)
@@ -764,7 +764,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Simple data class containing the result data for a particular time span.
 </p>
 
index f64ff7b..6e08942 100644 (file)
@@ -761,7 +761,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Data object representing the result of submitting a score to a leaderboard.
 </p>
 
index 36bfbfd..bc3f124 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when invitations have been loaded. Possible status codes include:
  <ul>
  <li><code><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date.</li>
index ce7f20e..03f2ed9 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Entry point for invitations functionality.
 </p>
 
index ff555b8..4c82fae 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Common constants/methods for multiplayer functionality.
 </p>
 
index f0291be..75d6a03 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">The listener for callback that is called when a reliable message is sent successfully.
 </p>
 
index 31d0bb4..4641a9e 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when the match has been canceled. Possible status codes include:
  <ul>
  <li><code><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if the match was successfully canceled.</li>
index 8fc2589..7b186e4 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when match has been initiated. This happens when the player creates a new
  match, or when the player joins an existing match. Possible status codes include:
  <ul>
index 5e31f88..361cc04 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when the player has left the match. Possible status codes include:
  <ul>
  <li><code><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if the player successfully left the match.</li>
index 4fb7c5b..5fb5a71 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when a turn-based match has been loaded. Possible status codes include:
  <ul>
  <li><code><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date.</li>
index 9926e5f..2201c53 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when matches have been loaded. Possible status codes include:
  <ul>
  <li><code><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date.</li>
index a916af1..3cd3c31 100644 (file)
@@ -749,7 +749,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Result delivered when match has been updated. Possible status codes include:
  <ul>
  <li><code><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date.</li>
index 779b1ac..4ab175c 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">The main entry point for Google+ account management. To use these features, you should add the
  <code><a href="/reference/com/google/android/gms/plus/Plus.html#API">API</a></code> to your <code><a href="/reference/com/google/android/gms/common/api/GoogleApiClient.Builder.html">GoogleApiClient.Builder</a></code>.
 </p>
index 20e8061..fbfbf92 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Information about the set of moments that was loaded.</p>
 
 
index 4db98f0..f855c96 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Methods and interfaces related to moments in Google+.
 </p>
 
index 6ae6343..4d4b9cf 100644 (file)
@@ -758,7 +758,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Information about the set of people that was loaded.</p>
 
 
index 4c51a2a..d4548a8 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Constants to declare the order to return people in.
  <p>
  These constants are used with the <code><a href="/reference/com/google/android/gms/plus/People.html#loadVisible(com.google.android.gms.common.api.GoogleApiClient, int, java.lang.String)">loadVisible(GoogleApiClient, int, String)</a></code> method.
index 53ee88e..f60a9ed 100644 (file)
@@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2><div class="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>
+<h2>Class Overview</h2><div class="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><div class="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>
 <p itemprop="articleBody">Methods and interfaces related to people in Google+.
 </p>
 
index 4d0bcfb..93389af 100644 (file)
@@ -771,7 +771,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">API configuration parameters for Google+.
 </p>
 
index 766f85e..90c357c 100644 (file)
@@ -761,7 +761,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">The main entry point for Google+ integration.
 </p>
 
index 9e4bd32..9dbf4d5 100644 (file)
@@ -771,7 +771,7 @@ Summary:
 <div class="jd-descr">
 
 
-<h2>Class Overview</h2>
+<h2>Class Overview</h2><div class="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>
 <p itemprop="articleBody">Options for using the Wallet API. To create an instance, use the
  <code><a href="/reference/com/google/android/gms/wallet/Wallet.WalletOptions.Builder.html">Wallet.WalletOptions.Builder</a></code>.
 </p>