Uses of Class
org.robovm.apple.uikit.UIRemoteNotification
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit | |
| org.robovm.apple.watchkit |
-
Uses of UIRemoteNotification in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit with parameters of type UIRemoteNotification Modifier and Type Method Description protected static longCKNotification. create(UIRemoteNotification notificationDictionary)Constructors in org.robovm.apple.cloudkit with parameters of type UIRemoteNotification Constructor Description CKNotification(UIRemoteNotification notificationDictionary) -
Uses of UIRemoteNotification in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type UIRemoteNotification Modifier and Type Method Description voidNSNotificationCenter. postNotification(String name, NSObject object, UIRemoteNotification userInfo)voidNSNotificationCenter. postNotification(NSString name, NSObject object, UIRemoteNotification userInfo)Constructors in org.robovm.apple.foundation with parameters of type UIRemoteNotification Constructor Description NSNotification(String name, NSObject object, UIRemoteNotification userInfo)NSNotification(NSString name, NSObject object, UIRemoteNotification userInfo) -
Uses of UIRemoteNotification in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIRemoteNotification Modifier and Type Method Description UIRemoteNotificationUIApplicationLaunchOptions. getRemoteNotification()static UIRemoteNotificationUIRemoteNotification.Marshaler. toObject(Class<UIRemoteNotification> cls, long handle, long flags)Methods in org.robovm.apple.uikit with parameters of type UIRemoteNotification Modifier and Type Method Description voidUIApplicationDelegate. didReceiveRemoteNotification(UIApplication application, UIRemoteNotification userInfo)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. didReceiveRemoteNotification(UIApplication application, UIRemoteNotification userInfo, VoidBlock1<UIBackgroundFetchResult> completionHandler)voidUIApplicationDelegateAdapter. didReceiveRemoteNotification(UIApplication application, UIRemoteNotification userInfo)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. didReceiveRemoteNotification(UIApplication application, UIRemoteNotification userInfo, VoidBlock1<UIBackgroundFetchResult> completionHandler)voidUIApplicationDelegate. handleRemoteNotificationAction(UIApplication application, String identifier, UIRemoteNotification userInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegate. handleRemoteNotificationAction(UIApplication application, String identifier, UIRemoteNotification userInfo, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. handleRemoteNotificationAction(UIApplication application, String identifier, UIRemoteNotification userInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.voidUIApplicationDelegateAdapter. handleRemoteNotificationAction(UIApplication application, String identifier, UIRemoteNotification userInfo, NSDictionary<?,?> responseInfo, Runnable completionHandler)Deprecated.Deprecated in iOS 10.0.static longUIRemoteNotification.Marshaler. toNative(UIRemoteNotification o, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type UIRemoteNotification Modifier and Type Method Description static UIRemoteNotificationUIRemoteNotification.Marshaler. toObject(Class<UIRemoteNotification> cls, long handle, long flags) -
Uses of UIRemoteNotification in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type UIRemoteNotification Modifier and Type Method Description voidWKUserNotificationInterfaceController. didReceiveRemoteNotification(UIRemoteNotification remoteNotification, VoidBlock1<WKUserNotificationInterfaceType> completionHandler)Deprecated.Deprecated in iOS 10.0.voidWKInterfaceController. handleAction(String identifier, UIRemoteNotification remoteNotification)Deprecated.Deprecated in iOS 10.0.