private void postTokenToServer() { if (!string.IsNullOrEmpty(_latestPushToken) && NetworkInterface.GetIsNetworkAvailable()) { AccountUtils.postPushNotification(_latestPushToken, new AccountUtils.postResponseFunction(postPushNotification_Callback)); } }
public void postAppInfo() { AccountUtils.postUpdateInfo(postUpdateInfo_Callback); }