SSAIIntegrationId
@objc(THEOplayerSSAIIntegrationId)
public enum SSAIIntegrationId : Int
extension SSAIIntegrationId: Codable
The SSAI integration identifier.
-
The configuration with this identifier is a GoogleDaiConfiguration.
Declaration
Swift
@objc(THEOplayerSSAIIntegrationIdGOOGLE_DAI_SSAI_INTEGRATION_ID) case GoogleDAISSAIIntegrationID = 1
-
The configuration with this identifier is a YoSpaceDescription.
Declaration
Swift
@objc(THEOplayerSSAIIntegrationIdYOSPACE_SSAI_INTEGRATION_ID) case YospaceSSAIIntegrationID = 2
-
The raw value of type String.
Declaration
Swift
public var _rawValue: String { get set }