Show / Hide Table of Contents

Interface UM_iBannerAds

A client to interact with the banner 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_iBannerAds : UM_IAdvertisement

Methods

Destroy()

Destroy banner instance. Make sure that banner instance exists before calling this method.

Declaration
void Destroy()

Hide()

Hides banner active banner. Should only be called when active banner exists.

Declaration
void Hide()

Show(Action)

Show banner. Make sure to only call this method when the ad is ready.

Declaration
void Show(Action callback)
Parameters
Type Name Description
Action callback

Callback is called when banner is shown.

In This Article
Back to top Generated by DocFX