LimeState public enum LimeState : Int Disabled Lime is not used at all. Declaration Swift case Disabled = 0 Mandatory Lime is always used. Declaration Swift case Mandatory = 1 Preferred Lime is used only if we already shared a secret with remote. Declaration Swift case Preferred = 2 © 2024 . All rights reserved. (Last updated: 2024-06-17) Generated by jazzy ♪♫ v0.14.3, a Realm project.