MainProcessBreakenEventEnum enum
Values
- none → const MainProcessBreakenEventEnum
-
无
- getSchoolInfoFailed → const MainProcessBreakenEventEnum
-
获取学校信息失败
- getClassInfoFailed → const MainProcessBreakenEventEnum
-
获取课堂信息失败
- joinClassFailed → const MainProcessBreakenEventEnum
-
加入课堂失败
- imLoginFailed → const MainProcessBreakenEventEnum
-
IM登录失败
- imJoinGroupFailed → const MainProcessBreakenEventEnum
-
IM加入群失败
- heartBeatNotInClass → const MainProcessBreakenEventEnum
-
心跳失败
- kickOutByTeacherCanNotJoinClass → const MainProcessBreakenEventEnum
-
被踢出课堂 不能再进入课堂
- kickOutByTeacherCanJoinClass → const MainProcessBreakenEventEnum
-
被踢出课堂 可以重新进入课堂
- schoolInfoChanged → const MainProcessBreakenEventEnum
-
学校信息发生变化
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<
MainProcessBreakenEventEnum> - A constant List of the values in this enum, in order of their declaration.