Packagecom.distriqt.extension.adverts.rewardedinterstitial
Interfacepublic interface RewardedInterstitialAds

This interface defines the available Rewarded Interstitial Ad functionality.

Note: You must initialise a platform before calling any of these functions.



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only] Returns true if the currently initialised platform supports RewardedInterstitialAd adverts.
RewardedInterstitialAds
Public Methods
 MethodDefined By
  
Create a RewardedInterstitialAd advert instance to load and display rewarded interstitial adverts.
RewardedInterstitialAds
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]

Returns true if the currently initialised platform supports RewardedInterstitialAd adverts.


Implementation
    public function get isSupported():Boolean
Method Detail
createRewardedInterstitialAd()method
public function createRewardedInterstitialAd():RewardedInterstitialAd

Create a RewardedInterstitialAd advert instance to load and display rewarded interstitial adverts. This may return null if rewarded interstitial ad's are not supported.

Returns
RewardedInterstitialAdRewardedVideoAd instance