Companion

@objc(AASDKCompanion)
public protocol Companion : NSObjectProtocol

Companion protocol.

  • Width of the companion.

    Declaration

    Swift

    var width: Int { get }
  • Height of the companion.

    Declaration

    Swift

    var height: Int { get }
  • id

    Id of the companion.

    Declaration

    Swift

    var id: String? { get }
  • Rendering mode.

    Declaration

    Swift

    var renderingMode: CompanionRenderingMode { get }
  • Associated resource.

    Declaration

    Swift

    var resource: CompanionResource { get }