Uses of Class
org.robovm.apple.intents.INCallCapabilityOptions
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallCapabilityOptions in org.robovm.apple.intents
Fields in org.robovm.apple.intents declared as INCallCapabilityOptions Modifier and Type Field Description static INCallCapabilityOptionsINCallCapabilityOptions. AudioCallstatic INCallCapabilityOptionsINCallCapabilityOptions. Nonestatic INCallCapabilityOptionsINCallCapabilityOptions. VideoCallMethods in org.robovm.apple.intents that return INCallCapabilityOptions Modifier and Type Method Description protected INCallCapabilityOptions[]INCallCapabilityOptions. _values()INCallCapabilityOptionsINSearchCallHistoryIntent. getCallCapabilities()Deprecated.static INCallCapabilityOptions[]INCallCapabilityOptions. values()protected INCallCapabilityOptionsINCallCapabilityOptions. wrap(long value, long mask)Methods in org.robovm.apple.intents with parameters of type INCallCapabilityOptions Modifier and Type Method Description protected longINSearchCallHistoryIntent. init(INCallRecordType callType, INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities)Deprecated.Deprecated in iOS 11.0.protected longINSearchCallHistoryIntent. init(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.Constructors in org.robovm.apple.intents with parameters of type INCallCapabilityOptions Constructor Description INSearchCallHistoryIntent(INCallRecordType callType, INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities)Deprecated.Deprecated in iOS 11.0.INSearchCallHistoryIntent(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.