GoogleIMAConfiguration
public class GoogleIMAConfiguration
A configuration type for the integration that can be passed in THEOplayerConfigurationBuilder.setGoogleIMAConfiguration
. Use GoogleIMAConfiguration.Builder
to initialize an instance.
-
The Google IMA settings class that stores IMA SDK wide settings.
Declaration
Swift
public let imaSettings: IMASettings?
-
A builder type for
See moreGoogleIMAConfiguration
.Declaration
Swift
public class Builder