ZegoCDNProtocol enum
ZEGO 支持的 CDN 网络协议类型
- Inheritance
-
- Object
- Enum
- ZegoCDNProtocol
Constructors
- ZegoCDNProtocol()
-
const
Values
- TCP → const ZegoCDNProtocol
-
TCP 协议
- QUIC → const ZegoCDNProtocol
-
QUIC 协议
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<
ZegoCDNProtocol> -
A constant List of the values in this enum, in order of their declaration.
[TCP, QUIC]