public InsaneNotificationsNUserNotificationCenterDelegate(IIOSRemoteNotificationsPresenter remoteNotificationsPresenter)
 {
     this.remoteNotificationsPresenter = remoteNotificationsPresenter;
 }
Пример #2
0
 public static void Initialize(IIOSRemoteNotificationsPresenter remoteNotificationsPresenter)
 {
     UNUserNotificationCenter.Current.Delegate = new InsaneNotificationsNUserNotificationCenterDelegate(remoteNotificationsPresenter);
 }