GoogleIMAIntegrationFactory
public class GoogleIMAIntegrationFactory : NSObjectextension GoogleIMAIntegrationFactory: CustomReflectableThe Google IMA Integration factory which is responsible for initiating a new instance.
- 
                  
                  Creates and returns a new GoogleImaIntegration.Remark The returning value should be used as an argument to THEOplayer.addIntegrationto finish the setup.DeclarationSwift public static func createIntegration(on player: THEOplayer, with imaSettings: IMASettings? = nil) -> GoogleImaIntegrationParametersplayerA THEOplayerinstance where the integration should be added.imaSettingsThe Google IMA settings class that stores IMA SDK wide settings. 
- 
                  
                  DeclarationSwift public var customMirror: Mirror { get }
