interface CompanionAd {
    getAdSlotId(): null | string;
    getContent(): string;
    getContentType(): null | string;
    getHeight(): number;
    getWidth(): number;
}

Methods

  • Returns null | string

  • Returns string

  • Returns null | string

  • Returns number

  • Returns number