Uses of Class
org.robovm.apple.uikit.UIBackgroundFetchResult
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIBackgroundFetchResult in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBackgroundFetchResult Modifier and Type Method Description static UIBackgroundFetchResultUIBackgroundFetchResult. valueOf(long n)Returns the enum constant of this type with the specified name.static UIBackgroundFetchResultUIBackgroundFetchResult. valueOf(String name)Returns the enum constant of this type with the specified name.static UIBackgroundFetchResult[]UIBackgroundFetchResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.uikit with type arguments of type UIBackgroundFetchResult Modifier and Type Method Description voidUIApplicationDelegate. didReceiveRemoteNotification(UIApplication application, UIRemoteNotification userInfo, VoidBlock1<UIBackgroundFetchResult> completionHandler)voidUIApplicationDelegateAdapter. didReceiveRemoteNotification(UIApplication application, UIRemoteNotification userInfo, VoidBlock1<UIBackgroundFetchResult> completionHandler)voidUIApplicationDelegate. performFetch(UIApplication application, VoidBlock1<UIBackgroundFetchResult> completionHandler)Deprecated.Deprecated in iOS 13.0.voidUIApplicationDelegateAdapter. performFetch(UIApplication application, VoidBlock1<UIBackgroundFetchResult> completionHandler)Deprecated.Deprecated in iOS 13.0.