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 position
Number The new position.
data
Object 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 state
GoBrain.Events.MediaPlayer.Advertisement.States The new state.
data
Object optional Any data to pass along with the event.