Uses of Class
org.robovm.apple.uikit.UIApplicationShortcutItem
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIApplicationShortcutItem in org.robovm.apple.uikit
Subclasses of UIApplicationShortcutItem in org.robovm.apple.uikit Modifier and Type Class Description classUIMutableApplicationShortcutItemMethods in org.robovm.apple.uikit that return UIApplicationShortcutItem Modifier and Type Method Description UIApplicationShortcutItemUIApplicationLaunchOptions. getShortcutItem()UIApplicationShortcutItemUISceneConnectionOptions. getShortcutItem()Methods in org.robovm.apple.uikit that return types with arguments of type UIApplicationShortcutItem Modifier and Type Method Description NSArray<UIApplicationShortcutItem>UIApplication. getShortcutItems()Methods in org.robovm.apple.uikit with parameters of type UIApplicationShortcutItem Modifier and Type Method Description voidUIApplicationDelegate. performAction(UIApplication application, UIApplicationShortcutItem shortcutItem, VoidBooleanBlock completionHandler)voidUIApplicationDelegateAdapter. performAction(UIApplication application, UIApplicationShortcutItem shortcutItem, VoidBooleanBlock completionHandler)voidUIWindowSceneDelegate. performAction(UIWindowScene windowScene, UIApplicationShortcutItem shortcutItem, VoidBooleanBlock completionHandler)voidUIWindowSceneDelegateAdapter. performAction(UIWindowScene windowScene, UIApplicationShortcutItem shortcutItem, VoidBooleanBlock completionHandler)UIApplicationLaunchOptionsUIApplicationLaunchOptions. setShortcutItem(UIApplicationShortcutItem shortcutItem)Method parameters in org.robovm.apple.uikit with type arguments of type UIApplicationShortcutItem Modifier and Type Method Description voidUIApplication. setShortcutItems(NSArray<UIApplicationShortcutItem> v)