ShowcaseDownloadPolicy
public enum ShowcaseDownloadPolicy : CustomStringConvertible, JSONRepresentable
The ShowcaseDownloadPolicy union
-
Do not allow files to be downloaded from Showcases.
Declaration
Swift
case disabled
-
Allow files to be downloaded from Showcases.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }