Enumerations

The following enumerations are available globally.

  • LicenseSpring error codes. Some errors comes from server and described at https://docs.licensespring.com/docs/errors-and-response-codes-1

    See more

    Declaration

    Swift

    @objc
    enum LSErrorCode
    extension LSErrorCode : Equatable, Hashable, RawRepresentable
  • License type.

    See more

    Declaration

    Swift

    @objc(LSLicenseType)
    enum LicenseType
    extension LicenseType : CustomStringConvertible, Equatable, Hashable, RawRepresentable
  • License status.

    See more

    Declaration

    Swift

    @objc(LSLicenseStatus)
    enum LicenseState
    extension LicenseState : CustomStringConvertible, Equatable, Hashable, RawRepresentable
  • License authorization method.

    See more

    Declaration

    Swift

    @objc(LSAuthorizationMethod)
    enum AuthorizationMethod
    extension AuthorizationMethod : CustomStringConvertible, Equatable, Hashable, RawRepresentable
  • License authorization method.

    See more

    Declaration

    Swift

    @objc(LSConsumptionPeriod)
    enum ConsumptionPeriod
    extension ConsumptionPeriod : CustomStringConvertible, Equatable, Hashable, RawRepresentable
  • License feature type.

    See more

    Declaration

    Swift

    @objc(LSLicenseFeatureType)
    enum LicenseFeatureType
    extension LicenseFeatureType : CustomStringConvertible, Equatable, Hashable, RawRepresentable