Uses of Class
org.robovm.apple.intents.INStartCallCallCapabilityResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INStartCallCallCapabilityResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INStartCallCallCapabilityResolutionResult Modifier and Type Method Description static INStartCallCallCapabilityResolutionResultINStartCallCallCapabilityResolutionResult. confirmationRequired(INCallCapability callCapabilityToConfirm)static INStartCallCallCapabilityResolutionResultINStartCallCallCapabilityResolutionResult. needsValue()static INStartCallCallCapabilityResolutionResultINStartCallCallCapabilityResolutionResult. notRequired()static INStartCallCallCapabilityResolutionResultINStartCallCallCapabilityResolutionResult. success(INCallCapability resolvedCallCapability)static INStartCallCallCapabilityResolutionResultINStartCallCallCapabilityResolutionResult. unsupported()static INStartCallCallCapabilityResolutionResultINStartCallCallCapabilityResolutionResult. unsupportedForReason(INStartCallCallCapabilityUnsupportedReason reason)Method parameters in org.robovm.apple.intents with type arguments of type INStartCallCallCapabilityResolutionResult Modifier and Type Method Description voidINStartCallIntentHandling. resolveCallCapability(INStartCallIntent intent, VoidBlock1<INStartCallCallCapabilityResolutionResult> completion)voidINStartCallIntentHandlingAdapter. resolveCallCapability(INStartCallIntent intent, VoidBlock1<INStartCallCallCapabilityResolutionResult> completion)