Skip to main content
Version: 16.5.2 (current)

Class DummyRewardedVideoAd

Declaration
public class DummyRewardedVideoAd : IAdFullScreen, IAd

Implements:
MatchinghamGames.VegasModule.IAdFullScreen, MatchinghamGames.VegasModule.IAd

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

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

FailedToShow

Declaration
public event Action FailedToShow
Event Type

System.Action

Shown

Declaration
public event Action<AdDTO> Shown
Event Type

System.Action<MatchinghamGames.VegasModule.AdDTO>

Closed

Declaration
public event Action<bool> Closed
Event Type

System.Action<System.Boolean>

Clicked

Declaration
public event Action Clicked
Event Type

System.Action

AdDataObtained

Declaration
public event Action<AdDTO> AdDataObtained
Event Type

System.Action<MatchinghamGames.VegasModule.AdDTO>

RevenueDataObtained

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

System.Action<MatchinghamGames.VegasModule.AdDTO,MatchinghamGames.VegasModule.AdRevenueDTO>

ErrorDataObtained

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

System.Action<MatchinghamGames.VegasModule.AdDTO,MatchinghamGames.VegasModule.AdErrorDTO>

Implements