Class INSetRadioStationIntent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

@Deprecated
public class INSetRadioStationIntent
extends INIntent
Deprecated.
Deprecated in iOS 15.0. INSetRadioStationIntent is deprecated. There is no replacement.
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INSetRadioStationIntent

      public INSetRadioStationIntent()
      Deprecated.
    • INSetRadioStationIntent

      protected INSetRadioStationIntent​(NSObject.Handle h, long handle)
      Deprecated.
    • INSetRadioStationIntent

      protected INSetRadioStationIntent​(NSObject.SkipInit skipInit)
      Deprecated.
    • INSetRadioStationIntent

      public INSetRadioStationIntent​(INRadioType radioType, NSNumber frequency, String stationName, String channel, NSNumber presetNumber)
      Deprecated.
  • Method Details

    • getRadioType

      public INRadioType getRadioType()
      Deprecated.
    • getFrequency

      public NSNumber getFrequency()
      Deprecated.
    • getStationName

      public String getStationName()
      Deprecated.
    • getChannel

      public String getChannel()
      Deprecated.
    • getPresetNumber

      public NSNumber getPresetNumber()
      Deprecated.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
      Deprecated.
    • init

      protected long init​(INRadioType radioType, NSNumber frequency, String stationName, String channel, NSNumber presetNumber)
      Deprecated.