コード例 #1
0
 public virtual void HandleLocalNotificationAction(string identifier, global::UIKit.UILocalNotification localNotification)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
コード例 #2
0
 public virtual void DidReceiveLocalNotification(global::UIKit.UILocalNotification localNotification, [BlockProxy(typeof(ObjCRuntime.Trampolines.NIDActionArity1V209))] global::System.Action <WKUserNotificationInterfaceType> completionHandler)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
コード例 #3
0
 public virtual void HandleLocalNotificationAction(string identifier, global::UIKit.UILocalNotification localNotification)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }