-
Methods in org.robovm.apple.intents with parameters of type INCallRecordType
| Modifier and Type |
Method |
Description |
static INCallRecordTypeResolutionResult |
INCallRecordTypeResolutionResult.confirmationRequired(INCallRecordType callRecordTypeToConfirm) |
|
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 |
INSearchCallHistoryIntent.init(INCallRecordType callType,
INDateComponentsRange dateCreated,
INPerson recipient,
INCallCapabilityOptions callCapabilities) |
Deprecated.
|
protected long |
INStartCallIntent.init(INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallRecordType recordTypeForRedialing,
INCallCapability callCapability) |
Deprecated.
|
static INCallRecordTypeResolutionResult |
INCallRecordTypeResolutionResult.success(INCallRecordType resolvedCallRecordType) |
|
Constructors in org.robovm.apple.intents with parameters of type INCallRecordType
| 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.
|
INSearchCallHistoryIntent(INCallRecordType callType,
INDateComponentsRange dateCreated,
INPerson recipient,
INCallCapabilityOptions callCapabilities) |
Deprecated.
|
INStartCallIntent(INCallAudioRoute audioRoute,
INCallDestinationType destinationType,
NSArray<INPerson> contacts,
INCallRecordType recordTypeForRedialing,
INCallCapability callCapability) |
Deprecated.
|