KKNewReleaseAlbumsCategory
@interface KKNewReleaseAlbumsCategory : KKBOXOpenAPIObject
The object represents a new release album category.
-
The ID of the category.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *categoryID;
Swift
var categoryID: String { get }
-
The title of the category.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *categoryTitle;
Swift
var categoryTitle: String { get }