Uses of Class
org.robovm.apple.intents.INCallRecordTypeOptions
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallRecordTypeOptions in org.robovm.apple.intents
Fields in org.robovm.apple.intents declared as INCallRecordTypeOptions Modifier and Type Field Description static INCallRecordTypeOptionsINCallRecordTypeOptions. InProgressstatic INCallRecordTypeOptionsINCallRecordTypeOptions. Lateststatic INCallRecordTypeOptionsINCallRecordTypeOptions. Missedstatic INCallRecordTypeOptionsINCallRecordTypeOptions. Nonestatic INCallRecordTypeOptionsINCallRecordTypeOptions. OnHoldstatic INCallRecordTypeOptionsINCallRecordTypeOptions. Outgoingstatic INCallRecordTypeOptionsINCallRecordTypeOptions. Receivedstatic INCallRecordTypeOptionsINCallRecordTypeOptions. Ringingstatic INCallRecordTypeOptionsINCallRecordTypeOptions. VoicemailMethods in org.robovm.apple.intents that return INCallRecordTypeOptions Modifier and Type Method Description protected INCallRecordTypeOptions[]INCallRecordTypeOptions. _values()INCallRecordTypeOptionsINCallRecordFilter. getCallTypes()INCallRecordTypeOptionsINSearchCallHistoryIntent. getCallTypes()Deprecated.static INCallRecordTypeOptions[]INCallRecordTypeOptions. values()protected INCallRecordTypeOptionsINCallRecordTypeOptions. wrap(long value, long mask)Methods in org.robovm.apple.intents with parameters of type INCallRecordTypeOptions Modifier and Type Method Description static INCallRecordTypeOptionsResolutionResultINCallRecordTypeOptionsResolutionResult. confirmationRequired(INCallRecordTypeOptions callRecordTypeOptionsToConfirm)protected longINCallRecordFilter. init(NSArray<INPerson> participants, INCallRecordTypeOptions callTypes, INCallCapability callCapability)protected longINSearchCallHistoryIntent. init(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.static INCallRecordTypeOptionsResolutionResultINCallRecordTypeOptionsResolutionResult. success(INCallRecordTypeOptions resolvedCallRecordTypeOptions)Constructors in org.robovm.apple.intents with parameters of type INCallRecordTypeOptions Constructor Description INCallRecordFilter(NSArray<INPerson> participants, INCallRecordTypeOptions callTypes, INCallCapability callCapability)INSearchCallHistoryIntent(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.