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 width: number
-
reportShown:function
- reportShown(): void
-
Returns void