Skip to content

Commit 0f48057

Browse files
authored
Merge pull request #4 from bechtold/master
Added new AdEvent types.
2 parents 809762a + a7f95ca commit 0f48057

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

typings/ima.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,18 @@ declare namespace google {
444444
* Fired when an ad rule or a VMAP ad break would have played if autoPlayAdBreaks is false.
445445
*/
446446
AD_BREAK_READY,
447+
/**
448+
* Fired when the ad has stalled playback to buffer.
449+
*/
450+
AD_BUFFERING,
447451
/**
448452
* Fired when an ads list is loaded.
449453
*/
450454
AD_METADATA,
455+
/**
456+
* Fired when the ad's current time value changes. Calling getAdData() on this event will return an AdProgressData object.
457+
*/
458+
AD_PROGRESS,
451459
/**
452460
* Fired when the ads manager is done playing all the ads.
453461
*/

0 commit comments

Comments
 (0)