NEMenuIDs class

SDK内置菜单,需要与平台定义的ID值保持一致 Note: 如果修改ID值,请同步修改平台上的定义

Implementers

Constructors

NEMenuIDs()

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

Constants

all → const Set<int>
camera → const int
内置"视频"菜单ID,使用该ID的菜单可添加至Toolbar菜单列表中的任意位置。
chatroom → const int
内置"聊天"菜单ID,使用该ID的菜单可添加至"更多"菜单列表中的任意位置。
invitation → const int
内置"邀请"菜单ID,使用该ID的菜单可添加至"更多"菜单列表中的任意位置。
managerParticipants → const int
内置"管理参会者"菜单ID,使用该ID的菜单可添加至Toolbar菜单列表中的任意位置。
microphone → const int
内置"音频"菜单ID,使用该ID的菜单可添加至Toolbar菜单列表中的任意位置。
moreExcludes → const Set<int>
以下菜单不能包含在更多菜单中
participants → const int
内置"参会者"菜单ID,使用该ID的菜单可添加至Toolbar菜单列表中的任意位置。
screenShare → const int
内置"共享屏幕"菜单ID,使用该ID的菜单可添加至Toolbar菜单列表中的任意位置。
switchShowType → const int
内置"更多"菜单ID,使用该ID的菜单可添加至Toolbar菜单列表中的任意位置。
toolbarExcludes → const Set<int>
以下菜单不能包含在Toolbar菜单中
whiteBoard → const int
内置"白板"菜单ID,使用该ID的菜单可添加至"更多"菜单列表中的任意位置。