-
Methods in org.robovm.apple.intents with parameters of type INCallDestinationType
| Modifier and Type |
Method |
Description |
static INCallDestinationTypeResolutionResult |
INCallDestinationTypeResolutionResult.confirmationRequired(INCallDestinationType callDestinationTypeToConfirm) |
|
protected long |
INStartAudioCallIntent.init(INCallDestinationType destinationType,
NSArray<INPerson> contacts) |
Deprecated.
|
protected long |
INStartCallIntent.init(INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallRecordType recordTypeForRedialing,
INCallCapability callCapability) |
Deprecated.
|
protected long |
INStartCallIntent.init(INCallRecordFilter callRecordFilter,
INCallRecord callRecordToCallBack,
INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallCapability callCapability) |
|
static INCallDestinationTypeResolutionResult |
INCallDestinationTypeResolutionResult.success(INCallDestinationType resolvedCallDestinationType) |
|
Constructors in org.robovm.apple.intents with parameters of type INCallDestinationType
| Constructor |
Description |
INStartAudioCallIntent(INCallDestinationType destinationType,
NSArray<INPerson> contacts) |
Deprecated.
|
INStartCallIntent(INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallRecordType recordTypeForRedialing,
INCallCapability callCapability) |
Deprecated.
|
INStartCallIntent(INCallRecordFilter callRecordFilter,
INCallRecord callRecordToCallBack,
INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallCapability callCapability) |
|