Class: BannerAd
Hierarchy
-
MobileAd
<BannerAdOptions>↳ BannerAd
Constructors
constructor
• new BannerAd(opts
)
Parameters
Name | Type |
---|---|
opts | BannerAdOptions |
Overrides
MobileAd<BannerAdOptions>.constructor
Defined in
index.ts:41
Properties
id
• Readonly
id: number
Inherited from
MobileAd.id
Defined in
index.ts:14
opts
• Protected
Readonly
opts: BannerAdOptions
Inherited from
MobileAd.opts
Defined in
index.ts:16
Accessors
adUnitId
• get
adUnitId(): string
Returns
string
Defined in
index.ts:30
Methods
hide
▸ hide(): Promise
<void
>
Returns
Promise
<void
>
Defined in
index.ts:53
show
▸ show(): Promise
<void
>
Returns
Promise
<void
>
Defined in
index.ts:49