コード例 #1
0
 private void postTokenToServer()
 {
     if (!string.IsNullOrEmpty(_latestPushToken) && NetworkInterface.GetIsNetworkAvailable())
     {
         AccountUtils.postPushNotification(_latestPushToken, new AccountUtils.postResponseFunction(postPushNotification_Callback));
     }
 }
コード例 #2
0
 public void postAppInfo()
 {
     AccountUtils.postUpdateInfo(postUpdateInfo_Callback);
 }