Class: RewardedInterstitialAd
Hierarchy
-
MobileAd<RewardedInterstitialAdOptions>
↳ RewardedInterstitialAd
Constructors
constructor
• new RewardedInterstitialAd(opts
)
Parameters
Name | Type |
---|---|
opts | RewardedInterstitialAdOptions |
Inherited from
Defined in
api.ts:15
Properties
id
• Readonly
id: number
Inherited from
Defined in
api.ts:13
opts
• Protected
Readonly
opts: RewardedInterstitialAdOptions
Inherited from
Defined in
api.ts:15
type
▪ Static
Readonly
type: string
= ''
Inherited from
Defined in
api.ts:8
Accessors
adUnitId
• get
adUnitId(): string
Returns
string
Defined in
api.ts:33
Methods
isLoaded
▸ isLoaded(): Promise
<unknown
>
Returns
Promise
<unknown
>
Defined in
rewarded-interstitial.ts:7
load
▸ load(): Promise
<unknown
>
Returns
Promise
<unknown
>
Defined in
rewarded-interstitial.ts:13
show
▸ show(): Promise
<unknown
>
Returns
Promise
<unknown
>
Defined in
rewarded-interstitial.ts:19
getAdById
▸ Static
getAdById(id
): MobileAd<MobileAdOptions>
Parameters
Name | Type |
---|---|
id | number |
Returns
Inherited from
Defined in
api.ts:24