Skip to content

Commit

Permalink
Add JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Mar 1, 2023
1 parent 81b5db2 commit 4bf3b70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/ads/ad_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,17 @@ goog.require('shaka.util.IReleasable');
*/


/**
* @event shaka.ads.AdManager.AD_ERROR
* @description Fired when the a fatal error was encountered.
* @property {string} type
* 'ad-error'
* @property {Object} originalEvent
* The native SDK event, if available.
* @exportDoc
*/


/**
* @event shaka.ads.AdManager.AdInteractionEvent
* @description Fired when an ad triggers the interaction callback.
Expand Down

0 comments on commit 4bf3b70

Please sign in to comment.