Companion
@objc(AASDKCompanion)
public protocol Companion : NSObjectProtocolCompanion protocol.
- 
                  
                  Width of the companion. DeclarationSwift var width: Int { get }
- 
                  
                  Height of the companion. DeclarationSwift var height: Int { get }
- 
                  
                  Id of the companion. DeclarationSwift var id: String? { get }
- 
                  
                  Rendering mode. DeclarationSwift var renderingMode: CompanionRenderingMode { get }
- 
                  
                  Associated resource. DeclarationSwift var resource: CompanionResource { get }
