Пример #1
0
 void LaunchNotification(string data)
 {
     NotificationCenter.SetLastNotifification(data);
 }
Пример #2
0
 void PendingNotificationsRequest(string data)
 {
     NotificationCenter.PendingNotificationsRequestResponse(data);
 }
Пример #3
0
 void AddNotificationRequestEvent(string data)
 {
     NotificationCenter.AddNotificationRequestResponse(data);
 }
Пример #4
0
 void WillPresentNotification(string data)
 {
     NotificationCenter.WillPresentNotification(data);
 }
Пример #5
0
 void RequestPermissionsCallbackEvent(string data)
 {
     NotificationCenter.RequestPermissionsResponse(data);
 }