Uses of Class
org.robovm.apple.intents.INIntentResponse
| Package | Description |
|---|---|
| org.robovm.apple.intents | |
| org.robovm.apple.intentsui | |
| org.robovm.apple.uikit |
-
Uses of INIntentResponse in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INIntentResponse Modifier and Type Method Description INIntentResponseINInteraction. getIntentResponse()Methods in org.robovm.apple.intents with parameters of type INIntentResponse Modifier and Type Method Description protected longINInteraction. init(INIntent intent, INIntentResponse response)Constructors in org.robovm.apple.intents with parameters of type INIntentResponse Constructor Description INInteraction(INIntent intent, INIntentResponse response) -
Uses of INIntentResponse in org.robovm.apple.intentsui
Methods in org.robovm.apple.intentsui with parameters of type INIntentResponse Modifier and Type Method Description static CGSizeINImageExtensions. imageSizeForIntentResponse(INIntentResponse response)protected static CGSizeINImageExtensions. imageSizeForIntentResponse(ObjCClass clazz, INIntentResponse response) -
Uses of INIntentResponse in org.robovm.apple.uikit
Method parameters in org.robovm.apple.uikit with type arguments of type INIntentResponse Modifier and Type Method Description 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.