@jolibox/ads 1.4.8 → 1.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,7 +39,7 @@ export declare class RewardAdManager {
|
|
|
39
39
|
*
|
|
40
40
|
* @param context The context for the rewarded ad, containing callbacks for ad events.
|
|
41
41
|
*/
|
|
42
|
-
requestAds: (context: IRewardAdContext) => void
|
|
42
|
+
requestAds: (context: IRewardAdContext) => Promise<void>;
|
|
43
43
|
/**
|
|
44
44
|
* Shows the rewarded ad by calling beforeReward then showRewardAd.
|
|
45
45
|
*/
|