Uses of Class
org.robovm.apple.intents.INRadioType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRadioType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRadioType Modifier and Type Method Description INRadioTypeINSetRadioStationIntent. getRadioType()Deprecated.static INRadioTypeINRadioType. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static INRadioTypeINRadioType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static INRadioType[]INRadioType. values()Deprecated.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 INRadioType Modifier and Type Method Description static INRadioTypeResolutionResultINRadioTypeResolutionResult. confirmationRequired(INRadioType radioTypeToConfirm)Deprecated.static INRadioTypeResolutionResultINRadioTypeResolutionResult. confirmationRequiredForValue(INRadioType valueToConfirm)Deprecated.Deprecated in iOS 11.0.protected longINSetRadioStationIntent. init(INRadioType radioType, NSNumber frequency, String stationName, String channel, NSNumber presetNumber)Deprecated.static INRadioTypeResolutionResultINRadioTypeResolutionResult. success(INRadioType resolvedRadioType)Deprecated.static INRadioTypeResolutionResultINRadioTypeResolutionResult. successValue(INRadioType resolvedValue)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.intents with parameters of type INRadioType Constructor Description INSetRadioStationIntent(INRadioType radioType, NSNumber frequency, String stationName, String channel, NSNumber presetNumber)Deprecated.