Structures

The following structures are available globally.

  • An access token. It is required for making API calls.

    See more

    Declaration

    Swift

    public struct KKAccessToken : Codable
  • The desired search type.

    See more

    Declaration

    Swift

    public struct KKSearchType : OptionSet
  • The scope of your client ID.

    See more

    Declaration

    Swift

    public struct KKScope : OptionSet, Codable
  • A struct represents pagination info of a list.

    See more

    Declaration

    Swift

    public struct KKPagingInfo : Codable
  • An overall summary for a list.

    See more

    Declaration

    Swift

    public struct KKSummary : Codable
  • A struct that represents an image.

    See more

    Declaration

    Swift

    public struct KKImageInfo : Codable
  • A struct that represents an artist.

    See more

    Declaration

    Swift

    public struct KKArtistInfo : Codable
  • A list of artists.

    See more

    Declaration

    Swift

    public struct KKArtistList : Codable
  • A struct that represents an album.

    See more

    Declaration

    Swift

    public struct KKAlbumInfo : Codable
  • A list of albums.

    See more

    Declaration

    Swift

    public struct KKAlbumList : Codable
  • A struct that represents a user.

    See more

    Declaration

    Swift

    public struct KKUserInfo : Codable