video-ad-sdk
Version:
VAST/VPAID SDK that allows video ads to be played on top of any player
19 lines (18 loc) • 362 B
JavaScript
/**
* Fires when the adUnit's volume has changed.
*
* @event VideoAdUnit#volumeChanged
*/
export const volumeChanged = 'volumeChanged';
/**
* Fires when the adUnit's has finished.
*
* @event VideoAdUnit#finish
*/
export const finish = 'finish';
/**
* fires on ad progress.
*
* @event VideoAdUnit#adProgress
*/
export const adProgress = 'adProgress';