THEOadsEventTypes
public struct THEOadsEventTypes
-
Fired when an interstitial is added.
Declaration
Swift
public static var ADD_INTERSTITIAL: THEOplayerSDK.EventType<AddInterstitialEvent>
-
Fired when an interstitial begins.
Declaration
Swift
public static var INTERSTITIAL_BEGIN: THEOplayerSDK.EventType<InterstitialBeginEvent>
-
Fired when an interstitial ends.
Declaration
Swift
public static var INTERSTITIAL_END: THEOplayerSDK.EventType<InterstitialEndEvent>
-
Fired when an interstitial is updated.
Declaration
Swift
public static var INTERSTITIAL_UPDATE: THEOplayerSDK.EventType<InterstitialUpdateEvent>
-
Fired when an interstitial has errored.
Declaration
Swift
public static var INTERSTITIAL_ERROR: THEOplayerSDK.EventType<InterstitialErrorEvent>