Classes
The following classes are available globally.
-
Declaration
Swift
public class THEOadsEvent : THEOplayerSDK.EventProtocol
-
Declaration
Swift
public class InterstitialEvent : THEOadsEvent
-
Fired when an interstitial is added.
Declaration
Swift
public class AddInterstitialEvent : InterstitialEvent
-
Fired when an interstitial begins.
Declaration
Swift
public class InterstitialBeginEvent : InterstitialEvent
-
Fired when an interstitial ends.
Declaration
Swift
public class InterstitialEndEvent : InterstitialEvent
-
Fired when an interstitial is updated.
Declaration
Swift
public class InterstitialUpdateEvent : InterstitialEvent
-
Fired when an interstitial has errored.
See moreDeclaration
Swift
public class InterstitialErrorEvent : InterstitialEvent
-
Declaration
Swift
public class THEOadsIntegrationFactory : NSObject
extension THEOadsIntegrationFactory: CustomReflectable