KKRadioStation

@interface KKRadioStation : KKBOXOpenAPIObject

The object represents a mood/genre radio station on KKBOX.

  • The ID of the station.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nonnull) NSString *stationID;

    Swift

    var stationID: String { get }
  • The name of the station.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nonnull) NSString *stationName;

    Swift

    var stationName: String { get }
  • The category of the station. Note: not every station is catogorized.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nullable) NSString *stationCategory;

    Swift

    var stationCategory: String? { get }
  • The images of the station. Noe: not every station has images.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nonnull) NSArray<KKImageInfo *> *images;

    Swift

    var images: [KKImageInfo] { get }