Uses of Class
org.robovm.apple.intents.INCallRecordResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallRecordResolutionResult in org.robovm.apple.intents
Subclasses of INCallRecordResolutionResult in org.robovm.apple.intents Modifier and Type Class Description classINStartCallCallRecordToCallBackResolutionResultMethods in org.robovm.apple.intents that return INCallRecordResolutionResult Modifier and Type Method Description static INCallRecordResolutionResultINCallRecordResolutionResult. createConfirmationRequired(INCallRecord callRecordToConfirm)static INCallRecordResolutionResultINCallRecordResolutionResult. createDisambiguation(NSArray<INCallRecord> callRecordsToDisambiguate)static INCallRecordResolutionResultINCallRecordResolutionResult. createSuccess(INCallRecord resolvedCallRecord)static INCallRecordResolutionResultINCallRecordResolutionResult. needsValue()static INCallRecordResolutionResultINCallRecordResolutionResult. notRequired()static INCallRecordResolutionResultINCallRecordResolutionResult. unsupported()Methods in org.robovm.apple.intents with parameters of type INCallRecordResolutionResult Modifier and Type Method Description protected longINStartCallCallRecordToCallBackResolutionResult. init(INCallRecordResolutionResult callRecordResolutionResult)Method parameters in org.robovm.apple.intents with type arguments of type INCallRecordResolutionResult Modifier and Type Method Description voidINStartCallIntentHandling. resolveCallRecord(INStartCallIntent intent, VoidBlock1<INCallRecordResolutionResult> completion)voidINStartCallIntentHandlingAdapter. resolveCallRecord(INStartCallIntent intent, VoidBlock1<INCallRecordResolutionResult> completion)Constructors in org.robovm.apple.intents with parameters of type INCallRecordResolutionResult Constructor Description INStartCallCallRecordToCallBackResolutionResult(INCallRecordResolutionResult callRecordResolutionResult)