HMSPollListener class abstract

100ms HMSPollListener

HMSPollListener provides callback related to poll state changes. If the application uses polls and quizzes then it is required to implement HMSPollListener to get updates related to polls.

Constructors

HMSPollListener()

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
onPollUpdate({required HMSPoll poll, required HMSPollUpdateType pollUpdateType}) → void
This is called whenever there are any changes related to the poll i.e whether a poll is started or stopped or someone answered the poll
toString() String
A string representation of this object.
inherited

Operators

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