CompanionAd: {
    altText?: string;
    clickThrough?: ClickThrough;
    height: number;
    id: string;
    resource: AdResource;
    width: number;
    reportShown() => void;
}

Type declaration

  • Optional Readonly altText?: string
  • Optional Readonly clickThrough?: ClickThrough
  • Readonly height: number
  • Readonly id: string
  • Readonly resource: AdResource
  • Readonly width: number
  • reportShown:function
    • Returns void

Generated using TypeDoc