Methods
-
abstractpositionChanged(position, data)
GoBrain.Pdk/src/interfaces/imedia-player.js, line 219This function should be called on the delegate when the media players' advertisement position changes.
-
This function should be called on the delegate when the media players' advertisement position changes.
Name Type Description positionNumber The new position.
dataObject optional Any data to pass along with the event.
-
abstractstateChanged(state, data)
GoBrain.Pdk/src/interfaces/imedia-player.js, line 229This function should be called on the delegate when the media players' advertisement state changes.
-
This function should be called on the delegate when the media players' advertisement state changes.
Name Type Description stateGoBrain.Events.MediaPlayer.Advertisement.States The new state.
dataObject optional Any data to pass along with the event.