ShopLivePlayer class

Constructors

ShopLivePlayer()

Properties

campaignInfo Stream<ShopLiveCampaignInfo>
latefinal
changeCampaignStatus Stream<ShopLiveChangeCampaignStatus>
latefinal
changedPlayerStatus Stream<ShopLiveChangedPlayerStatus>
latefinal
error Stream<ShopLivePlayerError>
latefinal
handleCustomAction Stream<ShopLiveHandleCustomAction>
latefinal
handleDownloadCoupon Stream<ShopLiveHandleDownloadCoupon>
latefinal
handleNavigation Stream<ShopLiveHandleNavigation>
latefinal
hashCode int
The hash code for this object.
no setterinherited
log Stream<ShopLivePlayerLog>
latefinal
receivedCommand Stream<ShopLiveReceivedCommand>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInfo Stream<ShopLiveUserInfo>
latefinal

Methods

addParameter({required String key, required String? value}) → void
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
play({required ShopLivePlayerData data}) → void
removeParameter({required String key}) → void
setEndpoint({required String? endpoint}) → void
setEnterPipModeOnBackPressed({required bool isEnterPipMode}) → void
setMixWithOthers({required bool isMixAudio}) → void
setMuteWhenPlayStart({required bool isMute}) → void
setNextActionOnHandleNavigation({required ShopLiveActionType type}) → void
setShareScheme({required String shareSchemeUrl}) → void
toString() String
A string representation of this object.
inherited
useCloseButton({required bool canUse}) → void

Operators

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