LicenseType

public enum LicenseType : UInt8

Specifies the type of license for the diagram library.

  • singleDeveloper: A single developer license.
  • fourDevelopersTeam: A team of four developers.
  • eightDevelopersTeam: A team of eight developers.
  • siteWide: A license for all developers of a company at a given location.
  • enterprise: A license for all developers of a company on all its locations.
  • Undocumented

    Declaration

    Swift

    case singleDeveloper = 0
  • Undocumented

    Declaration

    Swift

    case fourDevelopersTeam = 1
  • Undocumented

    Declaration

    Swift

    case eightDevelopersTeam = 2
  • Undocumented

    Declaration

    Swift

    case siteWide = 3
  • Undocumented

    Declaration

    Swift

    case enterprise = 4