Exemple #1
0
 private void TriggerPushNotification()
 {
     _pushNotificationHandler.CreateNotification("Ok, It works", "Next step is triggering the Push Notification from Azure");
 }
Exemple #2
0
 public void OnMessage(IDictionary <string, object> Parameters, DeviceType deviceType)
 {
     _pushNotificationHandler.CreateNotification("ARRIVED", "OK");
 }