public final class

GamesClientSettings

extends Object
java.lang.Object
   ↳ com.google.android.gms.games.GamesClientSettings

Class Overview

Settings for GamesClient.

Summary

Constants
int POPUP_POSITION_BOTTOM Display games service popups (achievements, welcome, ...) at the bottom of the screen
int POPUP_POSITION_TOP Display games service popups (achievements, welcome, ...) at the top of the screen
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int POPUP_POSITION_BOTTOM

Display games service popups (achievements, welcome, ...) at the bottom of the screen

Constant Value: 2 (0x00000002)

public static final int POPUP_POSITION_TOP

Display games service popups (achievements, welcome, ...) at the top of the screen

Constant Value: 1 (0x00000001)