Uses of Class
org.robovm.apple.intents.INCallRecord
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallRecord in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INCallRecord Modifier and Type Method Description INCallRecordINStartCallIntent. getCallRecordToCallBack()Methods in org.robovm.apple.intents that return types with arguments of type INCallRecord Modifier and Type Method Description NSArray<INCallRecord>INSearchCallHistoryIntentResponse. getCallRecords()Deprecated.Methods in org.robovm.apple.intents with parameters of type INCallRecord Modifier and Type Method Description static INCallRecordResolutionResultINCallRecordResolutionResult. createConfirmationRequired(INCallRecord callRecordToConfirm)static INStartCallCallRecordToCallBackResolutionResultINStartCallCallRecordToCallBackResolutionResult. createConfirmationRequired(INCallRecord callRecordToConfirm)static INCallRecordResolutionResultINCallRecordResolutionResult. createSuccess(INCallRecord resolvedCallRecord)static INStartCallCallRecordToCallBackResolutionResultINStartCallCallRecordToCallBackResolutionResult. createSuccess(INCallRecord resolvedCallRecord)protected longINStartCallIntent. init(INCallRecordFilter callRecordFilter, INCallRecord callRecordToCallBack, INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallCapability callCapability)Method parameters in org.robovm.apple.intents with type arguments of type INCallRecord Modifier and Type Method Description static INCallRecordResolutionResultINCallRecordResolutionResult. createDisambiguation(NSArray<INCallRecord> callRecordsToDisambiguate)static INStartCallCallRecordToCallBackResolutionResultINStartCallCallRecordToCallBackResolutionResult. createDisambiguation(NSArray<INCallRecord> callRecordsToDisambiguate)voidINSearchCallHistoryIntentResponse. setCallRecords(NSArray<INCallRecord> v)Deprecated.Constructors in org.robovm.apple.intents with parameters of type INCallRecord Constructor Description INStartCallIntent(INCallRecordFilter callRecordFilter, INCallRecord callRecordToCallBack, INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallCapability callCapability)