EViewStatus enum

@Describe: View state 文件状态

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

Inheritance

Constructors

EViewStatus()
const

Values

loading → const EViewStatus

File initialization / loading status

文件初始化/加载状态

nonexistent → const EViewStatus

Nonexistent file

文件不存在

unsupporeedType → const EViewStatus

Unsupported file type

文件类型不支持

engineFail → const EViewStatus

only Android

Initialization failed Tencent X5

Tencent X5 加载失败

unsupporeedPlatform → const EViewStatus

only Android, iOS

Unsupported platform

平台不支持

fail → const EViewStatus

fail

失败

success → const EViewStatus

success

成功

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<EViewStatus>
A constant List of the values in this enum, in order of their declaration.