PlayGamesSdk

public final class PlayGamesSdk extends Object

Entry point for the Play Games SDK.

Public Method Summary

static void
initialize(Context context)
Initializes the Play Games SDK using the Game services application id defined in the application's manifest.

Inherited Method Summary

Public Methods

public static void initialize (Context context)

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.

Parameters
context a Context used to initialize the Play Games SDK.