KKFeaturedPlaylistCategory
public struct KKFeaturedPlaylistCategory : Codable
A struct that represents a featured playlist category.
-
The ID of the category.
Declaration
Swift
public internal(set) var ID: String -
The title of the category.
Declaration
Swift
public internal(set) var title: String -
The images for the category.
Declaration
Swift
public internal(set) var images: [KKImageInfo] -
The playlists
Declaration
Swift
public internal(set) var playlists: KKPlaylistList?
KKFeaturedPlaylistCategory Structure Reference