KKUserInfo
@interface KKUserInfo : KKBOXOpenAPIObject
The object represents a user on KKBOX.
-
The ID of the user.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *userID;Swift
var userID: String { get } -
The name of the user.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *userName;Swift
var userName: String { get } -
The description of the user.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *userDescription;Swift
var userDescription: String { get } -
The URL of the page of the user on KKBOX.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nullable) NSURL *userURL;Swift
var userURL: URL? { get } -
The profile images of the user.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSArray<KKImageInfo *> *images;Swift
var images: [KKImageInfo] { get }
View on GitHub
KKUserInfo Class Reference