KKSearchType
public enum KKSearchType : String
The list of available search types.
characters
: the fetched resource should be of thecharacters
type.episodes
: the fetched resource should be of theepisodes
type.games
: the fetched resource should be of thegames
type.literatures
: the fetched resource should be of theliteratures
type.people
: the fetched resource should be of thepeople
type.shows
: the fetched resource should be of theshows
type.songs
: the fetched resource should be of thesongs
type.studios
: the fetched resource should be of thestudios
type.users
: the fetched resource should be of theusers
type.Tag: KKSearchType
-
Indicates the fetched resource should be of the
characters
type.- Tag: KKSearchType-characters
Declaration
Swift
case characters
-
Indicates the fetched resource should be of the
episodes
type.- Tag: KKSearchType-episodes
Declaration
Swift
case episodes
-
Indicates the fetched resource should be of the
games
type.- Tag: KKSearchType-games
Declaration
Swift
case games
-
Indicates the fetched resource should be of the
literatures
type.- Tag: KKSearchType-literatures
Declaration
Swift
case literatures
-
Indicates the fetched resource should be of the
people
type.- Tag: KKSearchType-people
Declaration
Swift
case people
-
Indicates the fetched resource should be of the
shows
type.- Tag: KKSearchType-shows
Declaration
Swift
case shows
-
Indicates the fetched resource should be of the
songs
type.- Tag: KKSearchType-songs
Declaration
Swift
case songs
-
Indicates the fetched resource should be of the
studios
type.- Tag: KKSearchType-studios
Declaration
Swift
case studios
-
Indicates the fetched resource should be of the
users
type.- Tag: KKSearchType-users
Declaration
Swift
case users