Interface IConcealableAd
Ad that can be loaded and shown.
Namespace: AppstockSDK.Api
Assembly: Appstock.Core.dll
Syntax
public interface IConcealableAd
Methods
Hide()
Set the ad invisible.
Declaration
void Hide()
Show()
Set the ad visible.
Declaration
void Show()