LiveStream class

The entry class of live stream.

Constructors

LiveStream.getInstance()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onCustomGiveawayTermsAndConditionsClick CustomGiveawayTermsAndConditionsClickCallback?
This callback is triggered when the user clicks the giveaway terms and conditions link in livestream.
getter/setter pair
onCustomLinkInteractionClick CustomLinkInteractionClickCallback?
This callback is triggered when the user clicks the link interaction in livestream.
getter/setter pair
onCustomQuestionTermsAndConditionsClick CustomQuestionTermsAndConditionsClickCallback?
This callback is triggered when the user clicks the question terms and conditions link in livestream.
getter/setter pair
onLiveStreamChatEvent OnLiveStreamChatEventCallback?
The callback of live stream chat event.
getter/setter pair
onLiveStreamEvent OnLiveStreamEventCallback?
The callback of live stream event.
getter/setter pair
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