Exemplo n.º 1
0
 internal NativeClient(PlayGamesClientConfiguration configuration, IClientImpl clientImpl)
 {
     PlayGamesHelperObject.CreateObject();
     this.mConfiguration = Misc.CheckNotNull <PlayGamesClientConfiguration>(configuration);
     this.clientImpl     = clientImpl;
 }
Exemplo n.º 2
0
 public NativeClient(PlayGamesClientConfiguration configuration)
 {
     PlayGamesHelperObject.CreateObject();
     this.mConfiguration = Misc.CheckNotNull(configuration);
 }
Exemplo n.º 3
0
 public NativeClient()
 {
     PlayGamesHelperObject.CreateObject();
 }