Uses of Class
org.robovm.apple.intents.INIntent
| Package | Description |
|---|---|
| org.robovm.apple.intents | |
| org.robovm.apple.uikit |
-
Uses of INIntent in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INIntent Modifier and Type Method Description INIntentINInteraction. getIntent()INIntentINShortcut. getIntent()static INIntentNSExtensionContextExtensions. getIntent(NSExtensionContext thiz)Methods in org.robovm.apple.intents with parameters of type INIntent Modifier and Type Method Description NSObjectINExtension. handlerForIntent(INIntent intent)NSObjectINIntentHandlerProviding. handlerForIntent(INIntent intent)NSObjectINIntentHandlerProvidingAdapter. handlerForIntent(INIntent intent)protected longINInteraction. init(INIntent intent, INIntentResponse response)protected longINShortcut. init(INIntent intent)Constructors in org.robovm.apple.intents with parameters of type INIntent Constructor Description INInteraction(INIntent intent, INIntentResponse response)INShortcut(INIntent intent) -
Uses of INIntent in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type INIntent Modifier and Type Method Description NSObjectUIApplicationDelegate. getHandlerForIntent(UIApplication application, INIntent intent)NSObjectUIApplicationDelegateAdapter. getHandlerForIntent(UIApplication application, INIntent intent)voidUIApplicationDelegate. handleIntent(UIApplication application, INIntent intent, VoidBlock1<INIntentResponse> completionHandler)Deprecated.Deprecated in iOS 14.0.voidUIApplicationDelegateAdapter. handleIntent(UIApplication application, INIntent intent, VoidBlock1<INIntentResponse> completionHandler)Deprecated.Deprecated in iOS 14.0.