Package com.pubmatic.sdk.video.player
Interface POBMuteButton.MuteStateChangeListener
-
- All Implemented Interfaces:
public interface POBMuteButton.MuteStateChangeListenerListener interface for mute/unmute toggle events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonMuteStateChange(Boolean isMuted)Called when the mute button is toggled. -
-
Method Detail
-
onMuteStateChange
abstract Unit onMuteStateChange(Boolean isMuted)
Called when the mute button is toggled.
- Parameters:
isMuted- true if the button is now in muted state, false otherwise
-
-
-
-