HMSUpdateListenerMethod enum Null safety

Constants

onError → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(4)
onJoinRoom → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(0)
onMessage → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(5)
onPeerUpdate → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(2)
onReconnected → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(8)
onReconnecting → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(7)
onRoleChangeRequest → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(9)
onTrackUpdate → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(3)
onUpdateRoom → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(1)
onUpdateSpeaker → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(6)
unknown → const HMSUpdateListenerMethod
const HMSUpdateListenerMethod(10)
values → const List<HMSUpdateListenerMethod>

A constant List of the values in this enum, in order of their declaration.

const List<HMSUpdateListenerMethod>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited