Class DummyMrecAd
Declaration
public class DummyMrecAd : IAdPartialScreen, IAd
Implements:
MatchinghamGames.VegasModule.IAdPartialScreen, 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; }
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()
Load()
Declaration
public void Load()
Show(string)
Declaration
public void Show(string adTag = null)
Parameters
Type | Name |
---|---|
System.String | adTag |
Hide()
Declaration
public void Hide()
Destroy()
Declaration
public void Destroy()
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<MatchinghamGames.VegasModule.AdDTO>
Hidden
Declaration
public event Action Hidden
Event Type
System.Action
Clicked
Declaration
public event Action Clicked
Event Type
System.Action
Destroyed
Declaration
public event Action Destroyed
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>