SpotXData
@objc(THEOplayerSpotXData)
public class SpotXData : NSObject, CodableProvides data for SpotX ad integration.
- 
                  
                  Parameters that have values of type String. DeclarationSwift @objc public var stringParameters: [String : String]
- 
                  
                  Parameters that have values of type Int. DeclarationSwift @objc public var intParameters: [String : Int]
- 
                  
                  Parameters that have values of type Bool. DeclarationSwift @objc public var boolParameters: [String : Bool]
- 
                  
                  Parameters that have values of type [String]. DeclarationSwift @objc public var stringArrayParameters: [String : [String]]
- 
                  
                  Constructs a SpotXData object. DeclarationSwift @objc public init(stringParameters: [String : String]? = [:], intParameters: [String : Int]? = [:], boolParameters: [String : Bool]? = [:], geoParameter: Geo? = nil, stringArrayParameters: [String : [String]]? = [:])ParametersstringParametersParameters that have values of type String, defaults to an empty Dictionary. intParametersParameters that have values of type Int, defaults to an empty Dictionary. boolParametersParameters that have values of type Bool, defaults to an empty Dictionary. geoParameterParameters that have values of type Geo, defaults to nil.stringArrayParametersParameters that have values of type [String], defaults to an empty Dictionary. 
 SpotXData Class Reference
      SpotXData Class Reference