Interface TheoAdsEventsMap

The events fired by the THEOads API.

interface TheoAdsEventsMap {
    addinterstitial: InterstitialEvent<"addinterstitial">;
    interstitialbegin: InterstitialEvent<"interstitialbegin">;
    interstitialend: InterstitialEvent<"interstitialend">;
    interstitialerror: InterstitialEvent<"interstitialerror">;
    interstitialupdate: InterstitialEvent<"interstitialupdate">;
}

Properties

addinterstitial: InterstitialEvent<"addinterstitial">

Fired when an interstitial is added.

interstitialbegin: InterstitialEvent<"interstitialbegin">

Fired when an interstitial begins.

interstitialend: InterstitialEvent<"interstitialend">

Fired when an interstitial ends.

interstitialerror: InterstitialEvent<"interstitialerror">

Fired when an interstitial has errored.

interstitialupdate: InterstitialEvent<"interstitialupdate">

Fired when an interstitial is updated.