EX5Status enum

@Describe: Tencent X5 State Tencent X5 加载状态

@Author: LiWeNHuI @Date: 2021/9/10

Inheritance

Constructors

EX5Status()
const

Values

init → const EX5Status

Not initialized

尚未初始化

initializing → const EX5Status

Initializing

正在初始化

success → const EX5Status

Initialization succeeded

初始化成功

fail → const EX5Status

Initialization failed

初始化失败

downloadSucceeded → const EX5Status

Download succeeded

下载成功

downloadFailed → const EX5Status

Download failed

下载失败

downloading → const EX5Status

Downloading 正在下载

installationSucceeded → const EX5Status

Installation succeeded

安装成功

installationFailed → const EX5Status

Installation failed

安装失败

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<EX5Status>
A constant List of the values in this enum, in order of their declaration.