Uses of Class
org.robovm.apple.intents.INCallRecordTypeResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallRecordTypeResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INCallRecordTypeResolutionResult Modifier and Type Method Description static INCallRecordTypeResolutionResultINCallRecordTypeResolutionResult. confirmationRequired(INCallRecordType callRecordTypeToConfirm)static INCallRecordTypeResolutionResultINCallRecordTypeResolutionResult. needsValue()static INCallRecordTypeResolutionResultINCallRecordTypeResolutionResult. notRequired()static INCallRecordTypeResolutionResultINCallRecordTypeResolutionResult. success(INCallRecordType resolvedCallRecordType)static INCallRecordTypeResolutionResultINCallRecordTypeResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INCallRecordTypeResolutionResult Modifier and Type Method Description voidINCallsDomainHandlingAdapter. resolveCallTypeForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INCallRecordTypeResolutionResult> completion)voidINSearchCallHistoryIntentHandling. resolveCallTypeForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INCallRecordTypeResolutionResult> completion)Deprecated.voidINSearchCallHistoryIntentHandlingAdapter. resolveCallTypeForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INCallRecordTypeResolutionResult> completion)