private PlayGamesClientConfiguration(Builder builder)
 {
     this.mEnableSavedGames    = builder.HasEnableSaveGames();
     this.mInvitationDelegate  = builder.GetInvitationDelegate();
     this.mMatchDelegate       = builder.GetMatchDelegate();
     this.mPermissionRationale = builder.GetPermissionRationale();
     this.mRequireGooglePlus   = builder.HasRequireGooglePlus();
 }
Exemplo n.º 2
0
 private PlayGamesClientConfiguration(Builder builder)
 {
     this.mEnableSavedGames   = builder.HasEnableSaveGames();
     this.mInvitationDelegate = builder.GetInvitationDelegate();
     this.mMatchDelegate      = builder.GetMatchDelegate();
     this.mScopes             = builder.getScopes();
     this.mHidePopups         = builder.IsHidingPopups();
     this.mRequestAuthCode    = builder.IsRequestingAuthCode();
     this.mForceRefresh       = builder.IsForcingRefresh();
     this.mRequestEmail       = builder.IsRequestingEmail();
     this.mRequestIdToken     = builder.IsRequestingIdToken();
     this.mAccountName        = builder.GetAccountName();
 }