コード例 #1
0
 void INotificareCallback.OnError(NotificareError error)
 {
     Console.WriteLine ("error adding device tags: " + error.Message);
 }
コード例 #2
0
 void INotificareCallback.OnError(NotificareError error)
 {
     Console.WriteLine ("error registering device: " + error.Message);
 }
コード例 #3
0
 void BillingManager.IOnRefreshFinishedListener.OnRefreshFailed(NotificareError error)
 {
     Console.WriteLine ("billing refresh failed: " + error.Message);
 }