ShowcaseEnabledPolicy
public enum ShowcaseEnabledPolicy : CustomStringConvertible, JSONRepresentable
The ShowcaseEnabledPolicy union
-
Showcase is disabled.
Declaration
Swift
case disabled
-
Showcase is enabled.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }