KKSearchType

public enum KKSearchType : String

The list of available search types.

  • characters: the fetched resource should be of the characters type.
  • episodes: the fetched resource should be of the episodes type.
  • games: the fetched resource should be of the games type.
  • literatures: the fetched resource should be of the literatures type.
  • people: the fetched resource should be of the people type.
  • shows: the fetched resource should be of the shows type.
  • songs: the fetched resource should be of the songs type.
  • studios: the fetched resource should be of the studios type.
  • users: the fetched resource should be of the users 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