THEOliveIntegrationFactory
public class THEOliveIntegrationFactory : NSObject
extension THEOliveIntegrationFactory: CustomReflectable
Utility to instantiate a THEOlive Integration.
By default a THEOlive integration is automatically added to THEOplayer. Whenever a THEOplayer is added and the Bundle containing this Factory is loaded, THEOplayer will use this factory to create an integration and add it automatically to its integrations.
-
Declaration
Swift
public static func createIntegration(with configuration: THEOliveConfiguration? = nil) -> THEOliveIntegration
-
Declaration
Swift
public var customMirror: Mirror { get }