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:57

Properties

id

Readonly id: number

Inherited from

MobileAd.id

Defined in

index.ts:12


opts

Protected Readonly opts: MobileAdOptions

Inherited from

MobileAd.opts

Defined in

index.ts:14

Accessors

adUnitId

get adUnitId(): string

Returns

string

Defined in

index.ts:28

Methods

load

load(): Promise<void>

Returns

Promise<void>

Defined in

index.ts:62


show

show(): Promise<void>

Returns

Promise<void>

Defined in

index.ts:69