java.lang.Object | |
↳ | com.google.android.gms.plus.Plus.PlusOptions.Builder |
Plus builder.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Specify which user's app activity types can be written to Google+.
| |||||||||||
Specify the optional 3rd party server client ID for offline auth.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specify which user's app activity types can be written to Google+. This must be used
with the SCOPE_PLUS_LOGIN
OAuth 2.0 scope.
See Types of app activity for the full list of valid app activity types. Example usage:
googleApiClientBuilder.addPlusActivityType( "http://schemas.google.com/AddActivity", "http://schemas.google.com/BuyActivity");
Parameters | |
---|---|
activityTypes |
String :
The user's app activity types that can be written to Google.
|
Returns | |
---|---|
Plus.PlusOptions.Builder |
Specify the optional 3rd party server client ID for offline auth.
Parameters | |
---|---|
clientId |
String
|
Returns | |
---|---|
Plus.PlusOptions.Builder |