Interface UM_iRewardedAds
A client to interact with the rewarded advertisement.
Inherited Members
Namespace: SA.CrossPlatform.Advertisement
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iRewardedAds : UM_IAdvertisement
Methods
Show(Action<UM_RewardedAdsResult>)
Show rewarded ads.
Declaration
void Show(Action<UM_RewardedAdsResult> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<UM_RewardedAdsResult> | callback | Callback is called when ad is closed. |