Enumerations

The following enumerations are available globally.

  • ログレベルを表す列挙型です。

    See more

    Declaration

    Swift

    @objc(KRTLogLevel)
    public enum LogLevel : Int, Comparable
  • JSONConvertible型への変換用ヘルパーメソッドを提供します。

    See more

    Declaration

    Swift

    public enum JSONConvertibleConverter
  • JSON値を表す列挙型です。

    See more

    Declaration

    Swift

    public indirect enum JSONValue
    extension JSONValue: Codable
  • 動作モードを表す列挙型です。

    See more

    Declaration

    Swift

    @objc(KRTOperationMode)
    public enum OperationMode : Int