Class: AppOpenAd
Hierarchy
-
GenericAd
↳ AppOpenAd
Constructors
constructor
• new AppOpenAd(opts
)
Parameters
Name | Type |
---|---|
opts | MobileAdOptions |
Overrides
GenericAd.constructor
Defined in
app-open.ts:46
Properties
id
• Readonly
id: number
Inherited from
GenericAd.id
Defined in
api.ts:13
opts
• Protected
Readonly
opts: MobileAdOptions
Inherited from
GenericAd.opts
Defined in
api.ts:15
type
▪ Static
Readonly
type: "app-open"
Overrides
GenericAd.type
Defined in
app-open.ts:46
Accessors
adUnitId
• get
adUnitId(): string
Returns
string
Defined in
api.ts:33
Methods
init
▸ Protected
init(): Promise
<void
>
Returns
Promise
<void
>