Skip to main content

Class MultiRewardedVideoAd

Declaration
public class MultiRewardedVideoAd : IAdFullScreen, IApplovinAd

Implements:
MatchinghamGames.VegasModule.Services.Applovin.Abstraction.IApplovinAd

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; }

Data

Declaration
public AdDTO Data { get; }

RevenueData

Declaration
public AdRevenueDTO RevenueData { get; }

ErrorData

Declaration
public AdErrorDTO ErrorData { get; }

Methods

Initialize()

Declaration
public void Initialize()

Load()

Declaration
public void Load()

Show(string)

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

BlockLoad()

Declaration
public void BlockLoad()

UnblockLoad()

Declaration
public void UnblockLoad()

ToString()

Declaration
public override string ToString()
Returns

System.String

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>

Clicked

Declaration
public event Action Clicked
Event Type

System.Action

FailedToShow

Declaration
public event Action FailedToShow
Event Type

System.Action

Closed

Declaration
public event Action<bool> Closed
Event Type

System.Action<System.Boolean>

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