Show / Hide Table of Contents

Interface UM_iNonRewardedAds

A client to interact with the non-rewarded advertisement.

Inherited Members
UM_IAdvertisement.IsReady
UM_IAdvertisement.Load(Action<SA_Result>)
UM_IAdvertisement.Load(String, Action<SA_Result>)
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.

In This Article
Back to top Generated by DocFX