CompanionAd_Objc
@objc(THEOplayerCompanionAd)
public protocol CompanionAd_ObjcRepresents a companion ad which is displayed besides the player.
Remark
It doesn’t extend the properties ofAd.
- 
                  
                  An identifier of the element in which the companion ad should be appended, if available. DeclarationSwift var adSlotId: String? { get }
- 
                  
                  An alternative description for the companion ad. DeclarationSwift var altText: String? { get }
- 
                  
                  The website of the advertisement. DeclarationSwift var clickThrough: String? { get }
- 
                  
                  The height of the companion ad, in pixels. Remark - Supports integer format.
 DeclarationSwift @objc(height) var height_Objc: NSNumber { get }
- 
                  
                  The URI of the ad content. DeclarationSwift var resourceURI: String? { get }
- 
                  
                  The width of the companion ad, in pixels. Remark - Supports integer format.
 DeclarationSwift @objc(width) var width_Objc: NSNumber { get }
- 
                  
                  The type of the companion ad. DeclarationSwift var type: String { get }
