DocSubscriptionLevel

public enum DocSubscriptionLevel : CustomStringConvertible, JSONRepresentable

The subscription level of a Paper doc.

  • No change email messages unless you’re the creator.

    Declaration

    Swift

    case default_
  • Ignored: Not shown in pad lists or activity and no email message is sent.

    Declaration

    Swift

    case ignore
  • Subscribed: Shown in pad lists and activity and change email messages are sent.

    Declaration

    Swift

    case every
  • Unsubscribed: Shown in pad lists, but not in activity and no change email messages are sent.

    Declaration

    Swift

    case noEmail
  • Declaration

    Swift

    public var description: String { get }