Uses of Class
org.robovm.apple.intents.INCallDestinationTypeResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallDestinationTypeResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INCallDestinationTypeResolutionResult Modifier and Type Method Description static INCallDestinationTypeResolutionResultINCallDestinationTypeResolutionResult. confirmationRequired(INCallDestinationType callDestinationTypeToConfirm)static INCallDestinationTypeResolutionResultINCallDestinationTypeResolutionResult. needsValue()static INCallDestinationTypeResolutionResultINCallDestinationTypeResolutionResult. notRequired()static INCallDestinationTypeResolutionResultINCallDestinationTypeResolutionResult. success(INCallDestinationType resolvedCallDestinationType)static INCallDestinationTypeResolutionResultINCallDestinationTypeResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INCallDestinationTypeResolutionResult Modifier and Type Method Description voidINStartCallIntentHandling. resolveDestinationType(INStartCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)voidINStartCallIntentHandlingAdapter. resolveDestinationType(INStartCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)voidINStartAudioCallIntentHandling. resolveDestinationTypeForStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)Deprecated.voidINStartAudioCallIntentHandlingAdapter. resolveDestinationTypeForStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)