LicensingResultCode enum
Values
- OK → const LicensingResultCode
- 
  
  
    const LicensingResultCode(0)
- LICENSE_CORRUPTED → const LicensingResultCode
- 
  
  
    const LicensingResultCode(1)
- INVALID_DATE → const LicensingResultCode
- 
  
  
    const LicensingResultCode(2)
- INVALID_VERSION → const LicensingResultCode
- 
  
  
    const LicensingResultCode(3)
- INVALID_DEVICE_ID → const LicensingResultCode
- 
  
  
    const LicensingResultCode(4)
- INVALID_SYSTEM_OR_APP_ID → const LicensingResultCode
- 
  
  
    const LicensingResultCode(5)
- NO_CAPABILITIES → const LicensingResultCode
- 
  
  
    const LicensingResultCode(6)
- NO_AUTHENTICITY → const LicensingResultCode
- 
  
  
    const LicensingResultCode(7)
- LICENSE_ABSENT → const LicensingResultCode
- 
  
  
    const LicensingResultCode(8)
- NO_INTERNET → const LicensingResultCode
- 
  
  
    const LicensingResultCode(9)
- NO_DATABASE → const LicensingResultCode
- 
  
  
    const LicensingResultCode(10)
- DATABASE_INCORRECT → const LicensingResultCode
- 
  
  
    const LicensingResultCode(11)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- value → int
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  getByValue(int? i) → LicensingResultCode? 
Constants
- 
    values
  → const List<LicensingResultCode> 
- A constant List of the values in this enum, in order of their declaration.