Kind
public enum Kind : Int, CaseIterable
The set of available library types.
case anime = 0
case literature = 1
case game = 2
- Tag: KKL-Kind
-
The shows library of the user.
Declaration
Swift
case shows = 0
-
The literature library of the user.
Declaration
Swift
case literatures = 1
-
The games library of the user.
Declaration
Swift
case games = 2
-
The string value of a library type.
Declaration
Swift
public var stringValue: String { get }