From 05c8e63c760eabfbd1cb19d996038c280472c357 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Mon, 25 Feb 2013 14:43:01 -0800 Subject: docs: gms and gcm javadocs Change-Id: I59c11622ee90ec1ce527711afed55818f5818d3f --- .../com/google/android/gms/common/Scopes.html | 155 +++++++++++++++------ 1 file changed, 110 insertions(+), 45 deletions(-) (limited to 'docs/html/reference/com/google/android/gms/common/Scopes.html') diff --git a/docs/html/reference/com/google/android/gms/common/Scopes.html b/docs/html/reference/com/google/android/gms/common/Scopes.html index 3ec61fc..79c55ef 100644 --- a/docs/html/reference/com/google/android/gms/common/Scopes.html +++ b/docs/html/reference/com/google/android/gms/common/Scopes.html @@ -73,35 +73,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -148,7 +119,6 @@ href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,medium - - -
@@ -745,6 +713,21 @@ Summary: String + GAMES + Scope for accessing data from the games service. + + + + + String + PLUS_LOGIN + OAuth 2.0 scope for accessing the user's name, basic profile info, list of people in the + user's circles, and writing app activities to Google. + + + + + String PLUS_PROFILE OAuth 2.0 scope for accessing the user's Google+ profile data. @@ -1009,6 +992,90 @@ From class + + +
+

+ + public + static + final + String + + GAMES +

+
+ + + + +
+
+ +

Scope for accessing data from the games service.

+ + +
+ Constant Value: + + + "https://www.googleapis.com/auth/games" + + +
+ +
+
+ + + + + +
+

+ + public + static + final + String + + PLUS_LOGIN +

+
+ + + + +
+
+ +

OAuth 2.0 scope for accessing the user's name, basic profile info, list of people in the + user's circles, and writing app activities to Google. + +

When using this scope, your app will have access to:

+
    +
  • the user's full name, profile picture, Google+ profile ID, age range, and language
  • +
  • people the user has circled, represented as a list of public profiles
  • +
  • any other publicly available information on the user's Google+ profile
  • +
  • write app activities (moments) to Google.
  • +
+

+ + +
+ Constant Value: + + + "https://www.googleapis.com/auth/plus.login" + + +
+ +
+
+ + +
@@ -1071,7 +1138,6 @@ From class -
-
-- cgit v1.1