Methods
-
abstractcomplete(data)
GoBrain.Pdk/src/interfaces/itracker.js, line 59Called 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 68Called 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 77Called 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 86Called 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 95Called 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 104Called 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.