Esempio n. 1
0
 internal NativeClient(PlayGamesClientConfiguration configuration,
                       IClientImpl clientImpl)
 {
     PlayGamesHelperObject.CreateObject();
     this.mConfiguration = Misc.CheckNotNull(configuration);
     this.clientImpl     = clientImpl;
 }
Esempio n. 2
0
 internal NativeClient(PlayGamesClientConfiguration configuration,
                       IClientImpl clientImpl)
 {
     PlayGamesHelperObject.CreateObject();
     this.mConfiguration = Misc.CheckNotNull(configuration);
     this.clientImpl     = clientImpl;
     this.rationale      = configuration.PermissionRationale;
     if (string.IsNullOrEmpty(this.rationale))
     {
         this.rationale = "Select email address to send to this game or hit cancel to not share.";
     }
 }