We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809762a commit a7f95caCopy full SHA for a7f95ca
typings/ima.d.ts
@@ -444,10 +444,18 @@ declare namespace google {
444
* Fired when an ad rule or a VMAP ad break would have played if autoPlayAdBreaks is false.
445
*/
446
AD_BREAK_READY,
447
+ /**
448
+ * Fired when the ad has stalled playback to buffer.
449
+ */
450
+ AD_BUFFERING,
451
/**
452
* Fired when an ads list is loaded.
453
454
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,
459
460
* Fired when the ads manager is done playing all the ads.
461
0 commit comments