Status class

Describes the status of the license.

  • ready: The License Document is available, but the user hasn't accessed the License and/or Status Document yet.
  • active: The license is active, and a device has been successfully registered for this license. This is the default value if the License Document does not contain a registration link, or a registration mechanism through the license itself.
  • revoked: The license is no longer active, it has been invalidated by the Issuer.
  • returned: The license is no longer active, it has been invalidated by the User.
  • cancelled: The license is no longer active because it was cancelled prior to activation.
  • expired: The license is no longer active because it has expired.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(String value) Status?

Constants

active → const Status
cancelled → const Status
expired → const Status
ready → const Status
returned → const Status
revoked → const Status