Enumerations
The following enumerations are available globally.
-
ログレベルを表す列挙型です。
See moreDeclaration
Swift
@objc(KRTLogLevel) public enum LogLevel : Int, Comparable
-
JSONConvertible型への変換用ヘルパーメソッドを提供します。
See moreDeclaration
Swift
public enum JSONConvertibleConverter
-
JSON値を表す列挙型です。
See moreDeclaration
Swift
public indirect enum JSONValue
extension JSONValue: Codable
-
動作モードを表す列挙型です。
See moreDeclaration
Swift
@objc(KRTOperationMode) public enum OperationMode : Int