Interface UM_iBannerAds
A client to interact with the banner advertisement.
Inherited Members
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. |