ZegoSuperBoardFileType enum
- Inheritance
- Available extensions
Values
- unknown → const ZegoSuperBoardFileType
-
Unknown
- ppt → const ZegoSuperBoardFileType
-
PPT files without animations
- doc → const ZegoSuperBoardFileType
-
Word files(doc,docx)
- els → const ZegoSuperBoardFileType
-
Excel files(xls,xlsx)
- pdf → const ZegoSuperBoardFileType
-
PDF files
- img → const ZegoSuperBoardFileType
-
Images (JPG, JPEG, PNG, and BMP)
- txt → const ZegoSuperBoardFileType
-
Text files
- dynamicpptH5 → const ZegoSuperBoardFileType
-
H5 files
- customH5 → const ZegoSuperBoardFileType
-
H5 files
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
Available on ZegoSuperBoardFileType, provided by the ZegoSuperBoardFileTypeExtension extension
no setter
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<
ZegoSuperBoardFileType> - A constant List of the values in this enum, in order of their declaration.