Entry point for the Play Games SDK.
| int | MIN_ANDROID_API_VERSION |
| static void |
initialize(Context
context)
Initializes the Play Games SDK using the Game services application id defined
in the application's manifest.
|
Initializes the Play Games SDK using the Game services application id defined in the application's manifest.
It is only necessary to call this method if you disable the PlayGamesInitProvider
provider declared by the Play Games SDK. Under normal circumstances PlayGamesInitProvider
will automatically initialize the Play Games SDK at application startup.
| context | a Context
used to initialize the Play Games SDK. |
|---|