ZegoCopyrightedMusicVendorID enum

版权方。版权方的详细信息,请联系 ZEGO 商务人员咨询。

Inheritance
  • Object
  • Enum
  • ZegoCopyrightedMusicVendorID

Constructors

ZegoCopyrightedMusicVendorID()
const

Values

ZegoCopyrightedMusicVendorDefault → const ZegoCopyrightedMusicVendorID

默认版权方。

ZegoCopyrightedMusicVendor1 → const ZegoCopyrightedMusicVendorID

版权方1。

ZegoCopyrightedMusicVendor2 → const ZegoCopyrightedMusicVendorID

版权方2。

ZegoCopyrightedMusicVendor3 → const ZegoCopyrightedMusicVendorID

版权方3。

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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<ZegoCopyrightedMusicVendorID>
A constant List of the values in this enum, in order of their declaration.
[ZegoCopyrightedMusicVendorDefault, ZegoCopyrightedMusicVendor1, ZegoCopyrightedMusicVendor2, ZegoCopyrightedMusicVendor3]