ZegoSuperBoardRenderType enum
- Inheritance
- Available extensions
Values
- vector → const ZegoSuperBoardRenderType
-
Vector mode (Vector): This mode applies to intelligent file conversion of the file sharing SDK at the PC or mobile client to support a good file browsing experience and zooming with higher definition.
- img → const ZegoSuperBoardRenderType
-
Image mode (IMG): This mode applies to file conversion of the file sharing SDK at the web client or mini program. Based on the file style, an image is generated for each page.
- vectorAndIMG → const ZegoSuperBoardRenderType
-
Vector and image mode (VectorAndIMG): This mode applies when multiple clients, such as the web client, mini program, mobile client, and PC client coexist. The image mode is used for the web client and mini program, and the vector mode is used for the PC and mobile clients.
- dynamicPPTH5 → const ZegoSuperBoardRenderType
-
Animated PPT mode (DynamicPPTH5): This mode applies to PPT file transcoding of the file sharing SDK at the PC client, mobile client, web client, or mini program. PPT files will be converted to H5 files.
- customH5 → const ZegoSuperBoardRenderType
-
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 ZegoSuperBoardRenderType, provided by the ZegoSuperBoardRenderTypeExtension 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<
ZegoSuperBoardRenderType> - A constant List of the values in this enum, in order of their declaration.