Skip to main content
Version: 1.x

Class: RewardedInterstitialAd

Hierarchy

  • MobileAd

    RewardedInterstitialAd

Constructors

constructor

new RewardedInterstitialAd(__namedParameters)

Parameters

NameType
__namedParametersMobileAdOptions

Overrides

MobileAd.constructor

Defined in

index.ts:86

Properties

id

Readonly id: number

Inherited from

MobileAd.id

Defined in

index.ts:14


opts

Protected Readonly opts: MobileAdOptions

Inherited from

MobileAd.opts

Defined in

index.ts:16

Accessors

adUnitId

get adUnitId(): string

Returns

string

Defined in

index.ts:30

Methods

load

load(): Promise<void>

Returns

Promise<void>

Defined in

index.ts:91


show

show(): Promise<void>

Returns

Promise<void>

Defined in

index.ts:98