Uses of Class
org.robovm.apple.intents.INCallAudioRoute
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCallAudioRoute in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INCallAudioRoute Modifier and Type Method Description INCallAudioRouteINStartCallIntent. getAudioRoute()static INCallAudioRouteINCallAudioRoute. valueOf(long n)Returns the enum constant of this type with the specified name.static INCallAudioRouteINCallAudioRoute. valueOf(String name)Returns the enum constant of this type with the specified name.static INCallAudioRoute[]INCallAudioRoute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INCallAudioRoute Modifier and Type Method Description protected longINStartCallIntent. init(INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallRecordType recordTypeForRedialing, INCallCapability callCapability)Deprecated.Deprecated in iOS 14.0.protected longINStartCallIntent. init(INCallRecordFilter callRecordFilter, INCallRecord callRecordToCallBack, INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallCapability callCapability)Constructors in org.robovm.apple.intents with parameters of type INCallAudioRoute Constructor Description INStartCallIntent(INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallRecordType recordTypeForRedialing, INCallCapability callCapability)Deprecated.Deprecated in iOS 14.0.INStartCallIntent(INCallRecordFilter callRecordFilter, INCallRecord callRecordToCallBack, INCallAudioRoute audioRoute, INCallDestinationType destinationType, NSArray<INPerson> contacts, INCallCapability callCapability)