interface WebAppFactoryAds {
    showInterstitialAd(id?): Promise<void>;
    showRewardAd(id?): Promise<void>;
}

Methods

Generated using TypeDoc