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