FeedbackType enum

Feedback type

用户反馈问题类型。

Inheritance

Constructors

FeedbackType()
const

Values

General → const FeedbackType

General problem

通用类型。

Audio → const FeedbackType

Audio problem

语音问题。

Video → const FeedbackType

Video problem

视频问题。

Whiteboard → const FeedbackType

Whiteboard problem

白板问题。

Screen → const FeedbackType

Screen sharing problem

桌面共享问题。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<FeedbackType>
A constant List of the values in this enum, in order of their declaration.