java.lang.Object | |
↳ | com.google.android.gms.plus.Plus |
The main entry point for Google+ integration.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Plus.PlusOptions | API configuration parameters for Google+. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
API | Token to pass to addApi(Api extends Api.ApiOptions.NotRequiredOptions>) to enable the Google+ features. |
||||||||||
AccountApi | Provides access to account management API methods. | ||||||||||
MomentsApi | Methods and interfaces related to moments in Google+. | ||||||||||
PeopleApi | Methods and interfaces related to people in Google+. | ||||||||||
SCOPE_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. | ||||||||||
SCOPE_PLUS_PROFILE | OAuth 2.0 scope for accessing the user's Google+ profile data. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Token to pass to addApi(Api extends Api.ApiOptions.NotRequiredOptions>)
to enable the Google+ features.
To configure additional Google+ options, provide a Plus.PlusOptions
object to
addApi(Api extends Api.ApiOptions.NotRequiredOptions>)
.
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:
OAuth 2.0 scope for accessing the user's Google+ profile data.