SupportLevel public enum SupportLevel : Int NoSupport No support for the feature. Declaration Swift case NoSupport = 0 Optional Optional support for the feature. Declaration Swift case Optional = 1 Mandatory Mandatory support for the feature. Declaration Swift case Mandatory = 2 © 2024 . All rights reserved. (Last updated: 2024-06-17) Generated by jazzy ♪♫ v0.14.3, a Realm project.