NEControlOptions class

Constructors

NEControlOptions({NEControlMenuItem? settingMenu, NEControlMenuItem? shareMenu, List<NEMeetingMenuItem>? injectedToolbarMenuItems, List<NEMeetingMenuItem>? injectedMoreMenuItems})

Properties

hashCode int
The hash code for this object.
no setterinherited
injectedMoreMenuItems List<NEMeetingMenuItem>
"更多"自定义菜单,可添加监听器处理菜单点击事件
latefinal
injectedToolbarMenuItems List<NEMeetingMenuItem>
"Toolbar"自定义菜单
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingMenu NEControlMenuItem?
遥控器首页右上角设置自定义按钮,可添加监听器处理菜单点击事件
final
shareMenu NEControlMenuItem?
遥控器会控页面邀请设置自定义按钮,可添加监听器处理菜单点击事件
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.
inherited

Static Methods

fromJson(Map<String, dynamic> json) NEControlOptions