HMSKeyChangeListener class abstract

100ms HMSKeyChangeListener

100ms SDK provides callback whenever a key in session metadata is changed

Implement this listener in the class wherever you wish to listen to changes to those keys

Remember to call HMSSessionStore's addKeyChangeListener method with corresponding keys to get the updates

Constructors

HMSKeyChangeListener()

Properties

hashCode int
The hash code for this object.
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
onKeyChanged({required String key, required String? value}) → void
This gets called whenever data corresponding to a key is changed
toString() String
A string representation of this object.
inherited

Operators

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