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 thePlayGamesInitProviderprovider declared by the Play Games SDK. Under
normal circumstancesPlayGamesInitProviderwill automatically initialize
the Play Games SDK at application startup.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-09 UTC."],[],["The `PlayGamesSdk` class serves as the entry point for the Play Games SDK. Key actions include using `initialize(Context context)` to start the SDK, which uses the Game services application ID from the manifest. This is usually handled automatically by `PlayGamesInitProvider`. The minimum supported Android API version is 19, defined by `MIN_ANDROID_API_VERSION`. Inherited methods from the Object class include methods such as `clone`, `equals`, and `toString`, among others.\n"]]