Status

public enum Status : String, CaseIterable

A user’s ability to act on the Dropmark platform

  • A user retains the ability to act within Dropmark

    Declaration

    Swift

    case active
  • A user cannot act on Dropmark

    Declaration

    Swift

    case inactive