Class WKUserNotificationInterfaceController

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class WKUserNotificationInterfaceController
    extends WKInterfaceController
    Since:
    Available in iOS 8.2 and later.
    • Constructor Detail

      • WKUserNotificationInterfaceController

        public WKUserNotificationInterfaceController()
      • WKUserNotificationInterfaceController

        protected WKUserNotificationInterfaceController​(NSObject.Handle h,
                                                        long handle)
      • WKUserNotificationInterfaceController

        protected WKUserNotificationInterfaceController​(NSObject.SkipInit skipInit)
    • Method Detail

      • didReceiveLocalNotification

        public void didReceiveLocalNotification​(UNNotification notification,
                                                org.robovm.objc.block.VoidBlock1<WKUserNotificationInterfaceType> completionHandler)
        Since:
        Available in iOS 10.0 and later.
      • didReceiveRemoteNotification

        @Deprecated
        public void didReceiveRemoteNotification​(UIRemoteNotification remoteNotification,
                                                 org.robovm.objc.block.VoidBlock1<WKUserNotificationInterfaceType> completionHandler)
        Deprecated.
        Deprecated in iOS 10.0. use didReceiveNotification:withCompletion:
        Since:
        Available in iOS 8.2 and later.
      • didReceiveLocalNotification

        @Deprecated
        public void didReceiveLocalNotification​(UILocalNotification localNotification,
                                                org.robovm.objc.block.VoidBlock1<WKUserNotificationInterfaceType> completionHandler)
        Deprecated.
        Deprecated in iOS 10.0. use didReceiveNotification:withCompletion:
        Since:
        Available in iOS 8.2 and later.