예제 #1
0
 private void ShowUIDelegateHandle(UIStatus status)
 {
     Debug.Log("ShowUIDelegateHandle - " + status.ToString());
     if (status == UIStatus.NotAuthorized)
     {
         PreventGoogleAutoSignIn();
     }
 }