LimeState

public enum LimeState : Int

Undocumented

  • Lime is not used at all.

    Declaration

    Swift

    case Disabled = 0
  • Lime is always used.

    Declaration

    Swift

    case Mandatory = 1
  • Lime is used only if we already shared a secret with remote.

    Declaration

    Swift

    case Preferred = 2