video-ad-sdk
Version:
VAST/VPAID SDK that allows video ads to be played on top of any player
21 lines (18 loc) • 361 B
text/typescript
/**
* 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'