Class UnsupportedBannerAd
Inheritance
UnsupportedBannerAd
Assembly: Unity.LevelPlay.dll
public class UnsupportedBannerAd : IDisposable
Constructors
Declaration
public UnsupportedBannerAd(string adUnitId, LevelPlayAdSize size, LevelPlayBannerPosition position, string placementId)
Parameters
Properties
Declaration
public LevelPlayAdSize AdSize { get; }
Property Value
Declaration
public string AdUnitId { get; }
Property Value
Declaration
public string PlacementName { get; }
Property Value
Declaration
public LevelPlayBannerPosition Position { get; }
Property Value
Declaration
public LevelPlayAdSize Size { get; }
Property Value
Methods
Declaration
Declaration
Declaration
Declaration
Declaration
public void PauseAutoRefresh()
Declaration
public void ResumeAutoRefresh()
Declaration
public void SetAutoRefresh(bool flag)
Parameters
Type |
Name |
Description |
bool |
flag |
|
Declaration
Events
Declaration
public event EventHandler<LevelPlayAdInfo> OnAdClicked
Event Type
Declaration
public event EventHandler<LevelPlayAdInfo> OnAdCollapsed
Event Type
Declaration
public event EventHandler<LevelPlayAdDisplayInfoError> OnAdDisplayFailed
Event Type
Declaration
public event EventHandler<LevelPlayAdInfo> OnAdDisplayed
Event Type
Declaration
public event EventHandler<LevelPlayAdInfo> OnAdExpanded
Event Type
Declaration
public event EventHandler<LevelPlayAdInfo> OnAdLeftApplication
Event Type
Declaration
public event EventHandler<LevelPlayAdError> OnAdLoadFailed
Event Type
Declaration
public event EventHandler<LevelPlayAdInfo> OnAdLoaded
Event Type
Implements