Structures
The following structures are available globally.
-
An access token. It is required for making API calls.
See moreDeclaration
Swift
public struct KKAccessToken : Codable
-
The desired search type.
See moreDeclaration
Swift
public struct KKSearchType : OptionSet
-
The scope of your client ID.
See moreDeclaration
Swift
public struct KKScope : OptionSet, Codable
-
A struct represents pagination info of a list.
See moreDeclaration
Swift
public struct KKPagingInfo : Codable
-
An overall summary for a list.
See moreDeclaration
Swift
public struct KKSummary : Codable
-
A struct that represents an image.
See moreDeclaration
Swift
public struct KKImageInfo : Codable
-
A struct that represents a user.
See moreDeclaration
Swift
public struct KKUserInfo : Codable
-
Represents the search results. See
See moreKKBOXOpenAPI.search(with:types:territory:offset:limit:callback:)
.Declaration
Swift
public struct KKSearchResults : Codable