java.lang.Object | |
↳ | com.google.android.gms.plus.Plus.PlusOptions.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");
activityTypes | The user's app activity types that can be written to Google. |
---|
Specify the optional 3rd party server client ID for offline auth.