NEMeetingMenuItem class abstract

会议自定义菜单项 通过 NEMeetingOptions.injectedMoreMenuItems 添加自定义菜单项

Implementers

Constructors

NEMeetingMenuItem({required int itemId, required NEMenuVisibility visibility})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
isValid bool
no setter
itemId int
菜单项ID, 从0-99为预留Id,自定义注入菜单Id请使用100以上
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility NEMenuVisibility
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

firstInjectedItemId → const int