PaperDesktopPolicy

public enum PaperDesktopPolicy : CustomStringConvertible, JSONRepresentable

The PaperDesktopPolicy union

  • Do not allow team members to use Paper Desktop.

    Declaration

    Swift

    case disabled
  • Allow team members to use Paper Desktop.

    Declaration

    Swift

    case enabled
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }