KKRadioStation
public struct KKRadioStation : Codable
A struct that represents a radio station.
-
The ID of the station.
Declaration
Swift
public internal(set) var ID: String -
The name of the station.
Declaration
Swift
public internal(set) var name: String -
The category of the station.
Declaration
Swift
public internal(set) var category: String? -
The images for the name.
Declaration
Swift
public internal(set) var images: [KKImageInfo]? -
The tracks in the station.
Declaration
Swift
public internal(set) var tracks: KKTrackList?
KKRadioStation Structure Reference