From c62223a04d15da4240129a9b05ad0be965f08ee4 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 28 Jan 2014 23:02:13 -0800 Subject: [PATCH] add api notice to a bunch more files in iberico release Change-Id: Ia260aa4bcb2f46cfeff1478f951c04951ad542a6 --- .../android/gms/appstate/AppStateManager.StateConflictResult.html | 2 +- .../google/android/gms/appstate/AppStateManager.StateListResult.html | 2 +- .../google/android/gms/appstate/AppStateManager.StateLoadedResult.html | 2 +- .../com/google/android/gms/appstate/AppStateManager.StateResult.html | 2 +- .../reference/com/google/android/gms/common/api/ResultCallback.html | 2 +- .../reference/com/google/android/gms/drive/DriveApi.DriveIdResult.html | 2 +- docs/html/reference/com/google/android/gms/drive/DriveStatusCodes.html | 2 +- .../html/reference/com/google/android/gms/games/Games.GamesOptions.html | 2 +- .../com/google/android/gms/games/GamesMetadata.LoadGamesResult.html | 2 +- docs/html/reference/com/google/android/gms/games/GamesMetadata.html | 2 +- docs/html/reference/com/google/android/gms/games/Notifications.html | 2 +- .../gms/games/achievement/Achievements.LoadAchievementsResult.html | 2 +- .../gms/games/achievement/Achievements.UpdateAchievementResult.html | 2 +- .../gms/games/leaderboard/Leaderboards.LeaderboardMetadataResult.html | 2 +- .../gms/games/leaderboard/Leaderboards.LoadPlayerScoreResult.html | 2 +- .../android/gms/games/leaderboard/Leaderboards.LoadScoresResult.html | 2 +- .../android/gms/games/leaderboard/Leaderboards.SubmitScoreResult.html | 2 +- .../android/gms/games/leaderboard/ScoreSubmissionData.Result.html | 2 +- .../com/google/android/gms/games/leaderboard/ScoreSubmissionData.html | 2 +- .../gms/games/multiplayer/Invitations.LoadInvitationsResult.html | 2 +- .../reference/com/google/android/gms/games/multiplayer/Invitations.html | 2 +- .../reference/com/google/android/gms/games/multiplayer/Multiplayer.html | 2 +- .../realtime/RealTimeMultiplayer.ReliableMessageSentCallback.html | 2 +- .../multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html | 2 +- .../multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html | 2 +- .../multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html | 2 +- .../multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html | 2 +- .../multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html | 2 +- .../multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html | 2 +- docs/html/reference/com/google/android/gms/plus/Account.html | 2 +- .../com/google/android/gms/plus/Moments.LoadMomentsResult.html | 2 +- docs/html/reference/com/google/android/gms/plus/Moments.html | 2 +- .../reference/com/google/android/gms/plus/People.LoadPeopleResult.html | 2 +- docs/html/reference/com/google/android/gms/plus/People.OrderBy.html | 2 +- docs/html/reference/com/google/android/gms/plus/People.html | 2 +- docs/html/reference/com/google/android/gms/plus/Plus.PlusOptions.html | 2 +- docs/html/reference/com/google/android/gms/plus/Plus.html | 2 +- .../reference/com/google/android/gms/wallet/Wallet.WalletOptions.html | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateConflictResult.html b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateConflictResult.html index 94fe06c4de3f..5b0e0dbf0042 100644 --- a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateConflictResult.html +++ b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateConflictResult.html @@ -749,7 +749,7 @@ Summary:
-

Class Overview

+

Class Overview

Notice

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.

Result retrieved from AppStateManager.StateResult when a conflict is detected while loading app state. To resolve the conflict, call resolve(GoogleApiClient, int, String, byte[]) with the new desired data and the value of StateConflictResult#getResolvedVersion provided here. diff --git a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateListResult.html b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateListResult.html index 49cf8d3db2f2..78040d7a2f52 100644 --- a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateListResult.html +++ b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateListResult.html @@ -749,7 +749,7 @@ Summary:

-

Class Overview

+

Class Overview

Notice

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.

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

  • STATUS_OK if data was successfully loaded and is up-to-date.
  • diff --git a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateLoadedResult.html b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateLoadedResult.html index 40939e5fa195..528600ceec4b 100644 --- a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateLoadedResult.html +++ b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateLoadedResult.html @@ -749,7 +749,7 @@ Summary:
    -

    Class Overview

    +

    Class Overview

    Notice

    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.

    Result retrieved from AppStateManager.StateResult when app state data has been loaded successfully. Possible status codes include:

      diff --git a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html index 0945f4ceaf4b..f08f75cf6217 100644 --- a/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html +++ b/docs/html/reference/com/google/android/gms/appstate/AppStateManager.StateResult.html @@ -749,7 +749,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      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 diff --git a/docs/html/reference/com/google/android/gms/common/api/ResultCallback.html b/docs/html/reference/com/google/android/gms/common/api/ResultCallback.html index deac0c32cbc1..2f875d361658 100644 --- a/docs/html/reference/com/google/android/gms/common/api/ResultCallback.html +++ b/docs/html/reference/com/google/android/gms/common/api/ResultCallback.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      An interface for receiving a Result from a PendingResult as an asynchronous callback.

      diff --git a/docs/html/reference/com/google/android/gms/drive/DriveApi.DriveIdResult.html b/docs/html/reference/com/google/android/gms/drive/DriveApi.DriveIdResult.html index d028f083499b..6b0681853436 100644 --- a/docs/html/reference/com/google/android/gms/drive/DriveApi.DriveIdResult.html +++ b/docs/html/reference/com/google/android/gms/drive/DriveApi.DriveIdResult.html @@ -749,7 +749,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result that contains a DriveId.

      diff --git a/docs/html/reference/com/google/android/gms/drive/DriveStatusCodes.html b/docs/html/reference/com/google/android/gms/drive/DriveStatusCodes.html index 2410730e5337..35f614fabafa 100644 --- a/docs/html/reference/com/google/android/gms/drive/DriveStatusCodes.html +++ b/docs/html/reference/com/google/android/gms/drive/DriveStatusCodes.html @@ -784,7 +784,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Drive specific status codes, for use in getStatusCode()

      diff --git a/docs/html/reference/com/google/android/gms/games/Games.GamesOptions.html b/docs/html/reference/com/google/android/gms/games/Games.GamesOptions.html index e1a6edf92bb8..3a31572a3b68 100644 --- a/docs/html/reference/com/google/android/gms/games/Games.GamesOptions.html +++ b/docs/html/reference/com/google/android/gms/games/Games.GamesOptions.html @@ -771,7 +771,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      API configuration parameters for Games.

      diff --git a/docs/html/reference/com/google/android/gms/games/GamesMetadata.LoadGamesResult.html b/docs/html/reference/com/google/android/gms/games/GamesMetadata.LoadGamesResult.html index b80eb3977bf0..936550691ae6 100644 --- a/docs/html/reference/com/google/android/gms/games/GamesMetadata.LoadGamesResult.html +++ b/docs/html/reference/com/google/android/gms/games/GamesMetadata.LoadGamesResult.html @@ -758,7 +758,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when game metadata has been loaded.

      Possible status codes include: diff --git a/docs/html/reference/com/google/android/gms/games/GamesMetadata.html b/docs/html/reference/com/google/android/gms/games/GamesMetadata.html index bdf77161df78..241133ef1304 100644 --- a/docs/html/reference/com/google/android/gms/games/GamesMetadata.html +++ b/docs/html/reference/com/google/android/gms/games/GamesMetadata.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Entry point for game metadata functionality.

      diff --git a/docs/html/reference/com/google/android/gms/games/Notifications.html b/docs/html/reference/com/google/android/gms/games/Notifications.html index a02cc924f6bf..84212c72fd32 100644 --- a/docs/html/reference/com/google/android/gms/games/Notifications.html +++ b/docs/html/reference/com/google/android/gms/games/Notifications.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Entry point for notifications functionality.

      diff --git a/docs/html/reference/com/google/android/gms/games/achievement/Achievements.LoadAchievementsResult.html b/docs/html/reference/com/google/android/gms/games/achievement/Achievements.LoadAchievementsResult.html index 521801330217..e88462ba6e2e 100644 --- a/docs/html/reference/com/google/android/gms/games/achievement/Achievements.LoadAchievementsResult.html +++ b/docs/html/reference/com/google/android/gms/games/achievement/Achievements.LoadAchievementsResult.html @@ -758,7 +758,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when achievement data has been loaded.

      Possible status codes include: diff --git a/docs/html/reference/com/google/android/gms/games/achievement/Achievements.UpdateAchievementResult.html b/docs/html/reference/com/google/android/gms/games/achievement/Achievements.UpdateAchievementResult.html index efd9745c1512..79267677d42e 100644 --- a/docs/html/reference/com/google/android/gms/games/achievement/Achievements.UpdateAchievementResult.html +++ b/docs/html/reference/com/google/android/gms/games/achievement/Achievements.UpdateAchievementResult.html @@ -749,7 +749,7 @@ Summary:

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when achievement data has been updated (revealed, unlocked or incremented).

      diff --git a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LeaderboardMetadataResult.html b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LeaderboardMetadataResult.html index 4f05ac6452b2..03a8249e378e 100644 --- a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LeaderboardMetadataResult.html +++ b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LeaderboardMetadataResult.html @@ -758,7 +758,7 @@ Summary:

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when leaderboard metadata has been loaded.

      Possible status codes include: diff --git a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadPlayerScoreResult.html b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadPlayerScoreResult.html index e61471ad0362..cb7a08ef06fa 100644 --- a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadPlayerScoreResult.html +++ b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadPlayerScoreResult.html @@ -749,7 +749,7 @@ Summary:

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when a player's leaderboard score has been loaded.

      Possible status codes include: diff --git a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadScoresResult.html b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadScoresResult.html index 7bd354589cf3..6078c4e059da 100644 --- a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadScoresResult.html +++ b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.LoadScoresResult.html @@ -758,7 +758,7 @@ Summary:

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when leaderboard scores have been loaded.

      Possible status codes include: diff --git a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.SubmitScoreResult.html b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.SubmitScoreResult.html index 53e1a5f40ddc..78cf0c3e11c4 100644 --- a/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.SubmitScoreResult.html +++ b/docs/html/reference/com/google/android/gms/games/leaderboard/Leaderboards.SubmitScoreResult.html @@ -758,7 +758,7 @@ Summary:

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when a leaderboard score has been submitted. The statusCode indicates whether or not the score was successfully submitted to the servers.

      diff --git a/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.Result.html b/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.Result.html index 86733da0b8ea..df6509703b6c 100644 --- a/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.Result.html +++ b/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.Result.html @@ -764,7 +764,7 @@ Summary:

      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Simple data class containing the result data for a particular time span.

      diff --git a/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.html b/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.html index f64ff7b64c71..6e08942bd9ac 100644 --- a/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.html +++ b/docs/html/reference/com/google/android/gms/games/leaderboard/ScoreSubmissionData.html @@ -761,7 +761,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Data object representing the result of submitting a score to a leaderboard.

      diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html index 36bfbfd77c5f..bc3f1247f4da 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.LoadInvitationsResult.html @@ -758,7 +758,7 @@ Summary:
      -

      Class Overview

      +

      Class Overview

      Notice

      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.

      Result delivered when invitations have been loaded. Possible status codes include:

      • STATUS_OK if data was successfully loaded and is up-to-date.
      • diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.html b/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.html index ce7f20e891f0..03f2ed9e4bd3 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/Invitations.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
        -

        Class Overview

        +

        Class Overview

        Notice

        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.

        Entry point for invitations functionality.

        diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/Multiplayer.html b/docs/html/reference/com/google/android/gms/games/multiplayer/Multiplayer.html index ff555b8e33f9..4c82fae4cc7f 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/Multiplayer.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/Multiplayer.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
        -

        Class Overview

        +

        Class Overview

        Notice

        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.

        Common constants/methods for multiplayer functionality.

        diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMultiplayer.ReliableMessageSentCallback.html b/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMultiplayer.ReliableMessageSentCallback.html index f0291bedf326..75d6a03feacd 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMultiplayer.ReliableMessageSentCallback.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/RealTimeMultiplayer.ReliableMessageSentCallback.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
        -

        Class Overview

        +

        Class Overview

        Notice

        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.

        The listener for callback that is called when a reliable message is sent successfully.

        diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html index 31d0bb4e73c6..4641a9e585e6 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html @@ -749,7 +749,7 @@ Summary:
        -

        Class Overview

        +

        Class Overview

        Notice

        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.

        Result delivered when the match has been canceled. Possible status codes include:

        • STATUS_OK if the match was successfully canceled.
        • diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html index 8fc2589981b5..7b186e401470 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html @@ -749,7 +749,7 @@ Summary:
          -

          Class Overview

          +

          Class Overview

          Notice

          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.

          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:

            diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html index 5e31f8867cf5..361cc043eff1 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html @@ -749,7 +749,7 @@ Summary:
            -

            Class Overview

            +

            Class Overview

            Notice

            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.

            Result delivered when the player has left the match. Possible status codes include:

            • STATUS_OK if the player successfully left the match.
            • diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html index 4fb7c5bbb04a..5fb5a7121172 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html @@ -749,7 +749,7 @@ Summary:
              -

              Class Overview

              +

              Class Overview

              Notice

              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.

              Result delivered when a turn-based match has been loaded. Possible status codes include:

              • STATUS_OK if data was successfully loaded and is up-to-date.
              • diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html index 9926e5f763da..2201c53e5f03 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html @@ -758,7 +758,7 @@ Summary:
                -

                Class Overview

                +

                Class Overview

                Notice

                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.

                Result delivered when matches have been loaded. Possible status codes include:

                • STATUS_OK if data was successfully loaded and is up-to-date.
                • diff --git a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html index a916af1fc48b..3cd3c3169a3b 100644 --- a/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html +++ b/docs/html/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html @@ -749,7 +749,7 @@ Summary:
                  -

                  Class Overview

                  +

                  Class Overview

                  Notice

                  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.

                  Result delivered when match has been updated. Possible status codes include:

                  • STATUS_OK if data was successfully loaded and is up-to-date.
                  • diff --git a/docs/html/reference/com/google/android/gms/plus/Account.html b/docs/html/reference/com/google/android/gms/plus/Account.html index 779b1ac1691d..4ab175cfedcc 100644 --- a/docs/html/reference/com/google/android/gms/plus/Account.html +++ b/docs/html/reference/com/google/android/gms/plus/Account.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    The main entry point for Google+ account management. To use these features, you should add the API to your GoogleApiClient.Builder.

                    diff --git a/docs/html/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html b/docs/html/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html index 20e806155ea3..fbfbf928a52b 100644 --- a/docs/html/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html +++ b/docs/html/reference/com/google/android/gms/plus/Moments.LoadMomentsResult.html @@ -758,7 +758,7 @@ Summary:
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    Information about the set of moments that was loaded.

                    diff --git a/docs/html/reference/com/google/android/gms/plus/Moments.html b/docs/html/reference/com/google/android/gms/plus/Moments.html index 4db98f08cf5f..f855c96aff8f 100644 --- a/docs/html/reference/com/google/android/gms/plus/Moments.html +++ b/docs/html/reference/com/google/android/gms/plus/Moments.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    Methods and interfaces related to moments in Google+.

                    diff --git a/docs/html/reference/com/google/android/gms/plus/People.LoadPeopleResult.html b/docs/html/reference/com/google/android/gms/plus/People.LoadPeopleResult.html index 6ae6343ca8a3..4d4b9cf0c96a 100644 --- a/docs/html/reference/com/google/android/gms/plus/People.LoadPeopleResult.html +++ b/docs/html/reference/com/google/android/gms/plus/People.LoadPeopleResult.html @@ -758,7 +758,7 @@ Summary:
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    Information about the set of people that was loaded.

                    diff --git a/docs/html/reference/com/google/android/gms/plus/People.OrderBy.html b/docs/html/reference/com/google/android/gms/plus/People.OrderBy.html index 4c51a2a33bbc..d4548a866000 100644 --- a/docs/html/reference/com/google/android/gms/plus/People.OrderBy.html +++ b/docs/html/reference/com/google/android/gms/plus/People.OrderBy.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    Constants to declare the order to return people in.

                    These constants are used with the loadVisible(GoogleApiClient, int, String) method. diff --git a/docs/html/reference/com/google/android/gms/plus/People.html b/docs/html/reference/com/google/android/gms/plus/People.html index 53ee88e6c0cf..f60a9ed11efc 100644 --- a/docs/html/reference/com/google/android/gms/plus/People.html +++ b/docs/html/reference/com/google/android/gms/plus/People.html @@ -716,7 +716,7 @@ onkeyup="return search_changed(event, false, '/')" />

                    -

                    Class Overview

                    Notice

                    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.

                    +

                    Class Overview

                    Notice

                    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.

                    Notice

                    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.

                    Methods and interfaces related to people in Google+.

                    diff --git a/docs/html/reference/com/google/android/gms/plus/Plus.PlusOptions.html b/docs/html/reference/com/google/android/gms/plus/Plus.PlusOptions.html index 4d0bcfb2d360..93389af5dc09 100644 --- a/docs/html/reference/com/google/android/gms/plus/Plus.PlusOptions.html +++ b/docs/html/reference/com/google/android/gms/plus/Plus.PlusOptions.html @@ -771,7 +771,7 @@ Summary:
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    API configuration parameters for Google+.

                    diff --git a/docs/html/reference/com/google/android/gms/plus/Plus.html b/docs/html/reference/com/google/android/gms/plus/Plus.html index 766f85eec3d6..90c357cf90e6 100644 --- a/docs/html/reference/com/google/android/gms/plus/Plus.html +++ b/docs/html/reference/com/google/android/gms/plus/Plus.html @@ -761,7 +761,7 @@ Summary:
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    The main entry point for Google+ integration.

                    diff --git a/docs/html/reference/com/google/android/gms/wallet/Wallet.WalletOptions.html b/docs/html/reference/com/google/android/gms/wallet/Wallet.WalletOptions.html index 9e4bd323feba..9dbf4d5af872 100644 --- a/docs/html/reference/com/google/android/gms/wallet/Wallet.WalletOptions.html +++ b/docs/html/reference/com/google/android/gms/wallet/Wallet.WalletOptions.html @@ -771,7 +771,7 @@ Summary:
                    -

                    Class Overview

                    +

                    Class Overview

                    Notice

                    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.

                    Options for using the Wallet API. To create an instance, use the Wallet.WalletOptions.Builder.

                    -- 2.11.0