react-native-theoplayer
Version:
A THEOplayer video component for react-native.
34 lines (31 loc) • 852 B
JavaScript
;
/**
* The THEOads event dispatched by the {@link TheoAdsAPI THEOads API}.
*
* @category Events
* @category THEOads
* @public
*/
/**
* Fired when an interstitial has errored.
*
* @category Events
* @category THEOads
* @public
*/
/**
* The THEOads event types dispatched by the {@link AdsAPI | Ads API}.
*
* @category Events
* @category THEOads
* @public
*/
export let TheoAdsEventType = /*#__PURE__*/function (TheoAdsEventType) {
TheoAdsEventType["ADD_INTERSTITIAL"] = "addinterstitial";
TheoAdsEventType["INTERSTITIAL_BEGIN"] = "interstitialbegin";
TheoAdsEventType["INTERSTITIAL_END"] = "interstitialend";
TheoAdsEventType["INTERSTITIAL_UPDATE"] = "interstitialupdate";
TheoAdsEventType["INTERSTITIAL_ERROR"] = "interstitialerror";
return TheoAdsEventType;
}({});
//# sourceMappingURL=TheoAdsEvent.js.map