Пример #1
0
 private static void OnPushReceived(PushNotificationChannel sender, AppboyPushNotificationReceivedEventArgs args) {
   Debug.WriteLine("Push notification received of type {0} and we can action on it in the app.", args.pushNotificationReceivedEventArgs.NotificationType);
 }
Пример #2
0
 private static void OnPushReceived(PushNotificationChannel sender, AppboyPushNotificationReceivedEventArgs args)
 {
     Debug.WriteLine("Push notification received of type {0} and we can action on it in the app.", args.pushNotificationReceivedEventArgs.NotificationType);
 }