public virtual void HandleAction(string identifier, global::UserNotifications.UNNotification notification)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Exemple #2
0
 public virtual void DidReceiveNotification(global::UserNotifications.UNNotification notification, [BlockProxy(typeof(ObjCRuntime.Trampolines.NIDActionArity1V209))] global::System.Action <WKUserNotificationInterfaceType> completionHandler)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Exemple #3
0
 public virtual void HandleAction(string identifier, global::UserNotifications.UNNotification notification)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }