KKUserInfo

public struct KKUserInfo : Codable

A struct that represents a user.

  • ID

    The ID of the user.

    Declaration

    Swift

    public internal(set) var ID: String
  • The name of the user.

    Declaration

    Swift

    public internal(set) var name: String
  • url

    The URL of the webpage of KKBOX for the user.

    Declaration

    Swift

    public internal(set) var url: URL?
  • The images for the user.

    Declaration

    Swift

    public internal(set) var images: [KKImageInfo]
  • The description of the user.

    Declaration

    Swift

    public internal(set) var userDescription: String