Uses of Class
org.robovm.apple.uikit.UILocalNotification
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit | |
| org.robovm.apple.watchkit |
-
Uses of UILocalNotification in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type UILocalNotification Modifier and Type Method Description voidNSNotificationCenter. postNotification(String name, NSObject object, UILocalNotification userInfo)voidNSNotificationCenter. postNotification(NSString name, NSObject object, UILocalNotification userInfo)Constructors in org.robovm.apple.foundation with parameters of type UILocalNotification Constructor Description NSNotification(String name, NSObject object, UILocalNotification userInfo)NSNotification(NSString name, NSObject object, UILocalNotification userInfo) -
Uses of UILocalNotification in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UILocalNotification Modifier and Type Method Description UILocalNotificationUIApplicationLaunchOptions. getLocalNotification()Deprecated.Deprecated in iOS 10.0.Methods in org.robovm.apple.uikit that return types with arguments of type UILocalNotification Modifier and Type Method Description NSArray<UILocalNotification>UIApplication. getScheduledLocalNotifications()Deprecated.Deprecated in iOS 10.0.Methods in org.robovm.apple.uikit with parameters of type UILocalNotification Modifier and Type Method Description voidUIApplication. cancelLocalNotification(UILocalNotification notification)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. didReceiveLocalNotification(UIApplication application, UILocalNotification notification)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. didReceiveLocalNotification(UIApplication application, UILocalNotification notification)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. handleLocalNotificationAction(UIApplication application, String identifier, UILocalNotification notification, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. handleLocalNotificationAction(UIApplication application, String identifier, UILocalNotification notification, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. handleLocalNotificationAction(UIApplication application, String identifier, UILocalNotification notification, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. handleLocalNotificationAction(UIApplication application, String identifier, UILocalNotification notification, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplication. presentLocalNotificationNow(UILocalNotification notification)Deprecated.Deprecated in iOS 10.0.voidUIApplication. scheduleLocalNotification(UILocalNotification notification)Deprecated.Deprecated in iOS 10.0.UIApplicationLaunchOptionsUIApplicationLaunchOptions. setLocalNotification(UILocalNotification localNotification)Deprecated.Deprecated in iOS 10.0.Method parameters in org.robovm.apple.uikit with type arguments of type UILocalNotification Modifier and Type Method Description voidUIApplication. setScheduledLocalNotifications(NSArray<UILocalNotification> v)Deprecated.Deprecated in iOS 10.0. -
Uses of UILocalNotification in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type UILocalNotification Modifier and Type Method Description voidWKUserNotificationInterfaceController. didReceiveLocalNotification(UILocalNotification localNotification, VoidBlock1<WKUserNotificationInterfaceType> completionHandler)Deprecated.Deprecated in iOS 10.0.voidWKInterfaceController. handleAction(String identifier, UILocalNotification localNotification)Deprecated.Deprecated in iOS 10.0.