Пример #1
0
        public void sendCode()
        {
            string deviceId   = CrossDeviceInfo.Current.Id;
            string deviceInfo = CrossDeviceInfo.Current.Manufacturer + " " + CrossDeviceInfo.Current.Model + " " + CrossDeviceInfo.Current.Platform + " " + CrossDeviceInfo.Current.Version;

            HttpControler.register(Phone, CodeSms, deviceId, deviceInfo);
        }
Пример #2
0
 public void sendCall()
 {
     IsResultTextVisible = false;
     CrossSettings.Current.AddOrUpdateValue("sipPhoneTmpLogin", Phone);
     HttpControler.register(Phone, "", "", "");
 }