Exemplo n.º 1
0
 public void OnException(App42Exception exception)
 {
     System.Diagnostics.Debug.WriteLine(":::EXCEPTION ::: " + exception.ToString());
     new WNSCallback().HideLoading();
     new WNSCallback().ShowMessage("EXCEPTION SENDING PUSH.", NotifyType.ErrorMessage);
 }
Exemplo n.º 2
0
 public void OnException(App42Exception exception)
 {
     System.Diagnostics.Debug.WriteLine(":::EXCEPTION ::: " + exception.ToString());
     HideLoading();
     ShowMessage("Exception while storing Device Token to App42 cloud.", NotifyType.ErrorMessage);
 }