Skip to main content

Class MultipleBannerAd

Declaration
public class MultipleBannerAd : IAdPartialScreen, IApplovinAd, IDisposable

Implements:
MatchinghamGames.VegasModule.Services.Applovin.Abstraction.IApplovinAd, System.IDisposable

Properties

Enabled

Declaration
public bool Enabled { get; }

IsLoaded

Declaration
public bool IsLoaded { get; }

IsLoading

Declaration
public bool IsLoading { get; }

IsShowing

Declaration
public bool IsShowing { get; }

IsDestroyed

Declaration
public bool IsDestroyed { get; }

Data

Declaration
public AdDTO Data { get; }

RevenueData

Declaration
public AdRevenueDTO RevenueData { get; }

ErrorData

Declaration
public AdErrorDTO ErrorData { get; }

Methods

Initialize()

Declaration
public void Initialize()

BlockLoad()

Declaration
public void BlockLoad()

UnblockLoad()

Declaration
public void UnblockLoad()

Load()

Declaration
public void Load()

Show(string)

Declaration
public void Show(string adTag = null)
Parameters
TypeName
System.StringadTag

Hide()

Declaration
public void Hide()

Destroy()

Declaration
public void Destroy()

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Events

FailedToLoad

Declaration
public event Action FailedToLoad
Event Type

System.Action

Loaded

Declaration
public event Action Loaded
Event Type

System.Action

LoadedStatusChanged

Declaration
public event Action LoadedStatusChanged
Event Type

System.Action

Shown

Declaration
public event Action<AdDTO> Shown
Event Type

System.Action<AdDTO>

Hidden

Declaration
public event Action Hidden
Event Type

System.Action

Destroyed

Declaration
public event Action Destroyed
Event Type

System.Action

Clicked

Declaration
public event Action Clicked
Event Type

System.Action

AdDataObtained

Declaration
public event Action<AdDTO> AdDataObtained
Event Type

System.Action<AdDTO>

RevenueDataObtained

Declaration
public event Action<AdDTO, AdRevenueDTO> RevenueDataObtained
Event Type

System.Action<AdDTO,AdRevenueDTO>

ErrorDataObtained

Declaration
public event Action<AdDTO, AdErrorDTO> ErrorDataObtained
Event Type

System.Action<AdDTO,AdErrorDTO>

Implements