Namespace: advertisement

GoBrain.Pdk.Interfaces.ITracker# advertisement

Methods

abstractcomplete(data)

GoBrain.Pdk/src/interfaces/itracker.js, line 59

Called when an advertisement has completed.

Called when an advertisement has completed.

Name Type Description
data Object optional

Any additional data given with the event.

abstracterror(data)

GoBrain.Pdk/src/interfaces/itracker.js, line 68

Called when an advertisement has failed.

Called when an advertisement has failed.

Name Type Description
data Object optional

Any additional data given with the event.

abstractinitialized(data)

GoBrain.Pdk/src/interfaces/itracker.js, line 77

Called when an advertisement has been initialized.

Called when an advertisement has been initialized.

Name Type Description
data Object optional

Any additional data given with the event.

abstractpause(data)

GoBrain.Pdk/src/interfaces/itracker.js, line 86

Called when an advertisement has been paused.

Called when an advertisement has been paused.

Name Type Description
data Object optional

Any additional data given with the event.

abstractplay(data)

GoBrain.Pdk/src/interfaces/itracker.js, line 95

Called when an advertisement has started playing.

Called when an advertisement has started playing.

Name Type Description
data Object optional

Any additional data given with the event.

abstractskip(data)

GoBrain.Pdk/src/interfaces/itracker.js, line 104

Called when an advertisement has been skipped.

Called when an advertisement has been skipped.

Name Type Description
data Object optional

Any additional data given with the event.