MemberService class

Constructors

MemberService()

Properties

hashCode int
The hash code for this object.
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

Static Methods

clearHandUpList(ClearHandUpListBody body) Future<TCICClearHandUpListRepModel?>
清空举手列表
getHandUpList(GetHandUpListBody body) Future<TCICGetHandUpListRepModel?>
获取举手列表
getMemberInfoByUserId(GetMemberInfoBody body) Future<TCICGetMemberInfoResult?>
getMemberList(GetMemberListBody body) Future<TCICGetMemberListRepModel?>
获取群成员列表 用于从服务器获取成员列表信息 通过HTTP请求与后端API交互
getPermissionList(GetPermissionListBody body) Future<TCICGetPermissionListRepModel?>
getSelfInfo() Future<TCICUserInfoRepModel?>
getUsersInfo(List<String> userIds) Future<TCICUsersInfoRepModel?>
ignoreHandUp(IgnoreHandUpBody body) Future<TCICIgnoreHandUpRepModel?>
忽略某人的举手
joinClass(JoinClassBody body) Future<TCICJoinClassRepModel?>
lockStageLoop(LockStageLoopBody body) Future<TCICLockStageLoopRepModel?>
quitClass(QuitClassBody body) Future<TCICQuitClassRepModel?>
退出课堂 用于成员退出课堂 通过HTTP请求与后端API交互
selfStatusReport(StateReportBody body) Future<TCICStateReportBodyRepModel?>
自己状态上报 用于上报自己的状态 通过HTTP请求与后端API交互
sendAction(ActionBody body) Future<TCICActionRepModel?>
发送操作请求 用于向服务器发送成员操作 通过HTTP请求与后端API交互
sendHeartbeat(HeartbeatBody body) Future<TCICHeartbeatRepModel?>
发送心跳 用于保持会话活跃状态 通过HTTP请求与后端API交互
startStageLoop(StartStageLoopBody body) Future<TCICStartStageLoopRepModel?>
stopStageLoop(StopStageLoopBody body) Future<TCICStopStageLoopRepModel?>
updateStageLoop(UpdateStageLoopBody body) Future<TCICUpdateStageLoopRepModel?>