Enum Class TSRSdk.TSRSdkLicenseStatus
- 所有已实现的接口:
Serializable
,Comparable<TSRSdk.TSRSdkLicenseStatus>
,Constable
- 封闭类:
- TSRSdk
Enum representing the status of an SDK license.
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量说明App signature or packagename(android)、bundleId(macos/ios) not matched.Verify successful.The number of license authorized devices exceeds.License binding certificate policy devid information does not match.License server verify failed (invalid appid/sdkid, or disabled).License expires.Internal operating logic error.License not available for user request (online authorization).License certificate policy SDK version information does not match.License binding certificate policy signature information does not match.Network abort, trials.License verify failed (mismatched certificate info or incorrect format or file not found).License status is unknown. -
方法概要
修饰符和类型方法说明static TSRSdk.TSRSdkLicenseStatus
findEnumByCode
(Integer code) int
getCode()
toString()
static TSRSdk.TSRSdkLicenseStatus
Returns the enum constant of this class with the specified name.static TSRSdk.TSRSdkLicenseStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
枚举常量详细资料
-
UNKNOWN
License status is unknown. -
INTERNAL_ERR
Internal operating logic error. -
APPINFO_NOT_MATCHED
App signature or packagename(android)、bundleId(macos/ios) not matched. -
TRIALS
Network abort, trials. -
ERROR_INVALID
License server verify failed (invalid appid/sdkid, or disabled). -
DEVICE_COUNT_EXCEEDED
The number of license authorized devices exceeds. -
NO_AVAILABLE_AUTH
License not available for user request (online authorization). -
EXPIRES
License expires. -
SDK_FEATURE_NOT_MATCHED
License certificate policy SDK version information does not match. -
SIGN_NOT_MATCHED
License binding certificate policy signature information does not match. -
DEVID_NOT_MATCHED
License binding certificate policy devid information does not match. -
UNAVAILABLE
License verify failed (mismatched certificate info or incorrect format or file not found). -
AVAILABLE
Verify successful.
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 如果参数为空值
-
findEnumByCode
-
getCode
public int getCode() -
toString
- 覆盖:
toString
在类中Enum<TSRSdk.TSRSdkLicenseStatus>
-