| java.lang.Object | |
| ↳ | com.google.android.gms.games.Games.GamesOptions.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets whether or not this client requires the use of the player's Google+ social
graph.
| |||||||||||
Sets whether a "connecting" popup should be displayed automatically at the start of
the sign-in flow.
| |||||||||||
Sets whether a "connecting" popup should be displayed automatically at the start of
the sign-in flow.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets whether or not this client requires the use of the player's Google+ social graph. This is false by default. If set to true, signing in to this game will require the player to have a G+ profile.
| requireGooglePlus | Whether or not the player's Google+ social graph is required. |
|---|
Sets whether a "connecting" popup should be displayed automatically at the start of the sign-in flow. By default this is enabled.
Note that this call will use the default gravity for the "connecting" popup, which
will display the popup at the center of the screen. If you prefer that the popup
appear in a different section of the screen, you can use
setShowConnectingPopup(boolean, int), and provide a Gravity value.
| showConnectingPopup | Whether or not to show a "connecting" popup at the beginning of the sign-in flow. Default behavior is for this to be true. |
|---|
Sets whether a "connecting" popup should be displayed automatically at the start of the sign-in flow. By default this is enabled.
| showConnectingPopup | Whether or not to show a "connecting" popup at the beginning of the sign-in flow. Default behavior is for this to be true. |
|---|---|
| gravity | The Gravity which controls where the "connecting" popup should
be displayed during sign-in. |