PaperEnabledPolicy

public enum PaperEnabledPolicy : CustomStringConvertible, JSONRepresentable

The PaperEnabledPolicy union

  • Paper is disabled.

    Declaration

    Swift

    case disabled
  • Paper is enabled.

    Declaration

    Swift

    case enabled
  • Unspecified policy.

    Declaration

    Swift

    case unspecified
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }