AlivcLiveLicenseCheckResultCode enum
SDK License 校验枚举
success SDK校验license成功,可使用SDK功能
invalid licenseFile证书非法
certExpired licenseFile证书过期
licenseExpired licenseKey过期
appIdInvalid APPID非法
licenseError license错误,license key或者 license file 非法
businessInvalid 无效的业务信息
platformInvalid 该平台未购买
uninitialized 未初始化
Values
- success → const AlivcLiveLicenseCheckResultCode
- invalid → const AlivcLiveLicenseCheckResultCode
- certExpired → const AlivcLiveLicenseCheckResultCode
- licenseExpired → const AlivcLiveLicenseCheckResultCode
- appIdInvalid → const AlivcLiveLicenseCheckResultCode
- licenseError → const AlivcLiveLicenseCheckResultCode
- businessInvalid → const AlivcLiveLicenseCheckResultCode
- platformInvalid → const AlivcLiveLicenseCheckResultCode
- uninitialized → const AlivcLiveLicenseCheckResultCode
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
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
Constants
-
values
→ const List<
AlivcLiveLicenseCheckResultCode> - A constant List of the values in this enum, in order of their declaration.