コード例 #1
0
 void OnMainActivityComplete(NativeActivityContext context,
                             ActivityInstance completedInstance)
 {
     if (AuthentificationTokenIn.Get(context) == null)
     {
         authAgent.StopServer();
     }
 }