-
Methods in org.robovm.apple.intents with parameters of type INCallCapability
| Modifier and Type |
Method |
Description |
static INCallCapabilityResolutionResult |
INCallCapabilityResolutionResult.confirmationRequired(INCallCapability callCapabilityToConfirm) |
|
static INStartCallCallCapabilityResolutionResult |
INStartCallCallCapabilityResolutionResult.confirmationRequired(INCallCapability callCapabilityToConfirm) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSArray<INPerson> participants,
NSNumber numberOfCalls,
NSNumber isCallerIdBlocked) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
Deprecated.
|
protected long |
INCallRecord.init(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
Deprecated.
|
protected long |
INCallRecordFilter.init(NSArray<INPerson> participants,
INCallRecordTypeOptions callTypes,
INCallCapability callCapability) |
|
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 INCallCapabilityResolutionResult |
INCallCapabilityResolutionResult.success(INCallCapability resolvedCallCapability) |
|
static INStartCallCallCapabilityResolutionResult |
INStartCallCallCapabilityResolutionResult.success(INCallCapability resolvedCallCapability) |
|
Constructors in org.robovm.apple.intents with parameters of type INCallCapability
| Constructor |
Description |
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSArray<INPerson> participants,
NSNumber numberOfCalls,
NSNumber isCallerIdBlocked) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
|
INCallRecord(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen) |
Deprecated.
|
INCallRecord(String identifier,
NSDate dateCreated,
INPerson caller,
INCallRecordType callRecordType,
INCallCapability callCapability,
NSNumber callDuration,
NSNumber unseen,
NSNumber numberOfCalls) |
Deprecated.
|
INCallRecordFilter(NSArray<INPerson> participants,
INCallRecordTypeOptions callTypes,
INCallCapability callCapability) |
|
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) |
|