Class BannerLoadOptions
Pass these options back to the SDK to notify it of events when loading the banner.
Namespace: UnityEngine.Advertisements
Syntax
public class BannerLoadOptions : object
Properties
errorCallback
This callback fires when an error occurs while loading the banner. If invoked, assume that the banner did not load.
Declaration
public BannerLoadOptions.ErrorCallback errorCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerLoadOptions.ErrorCallback |
loadCallback
This callback fires when the banner loads successfully and is available to show.
Declaration
public BannerLoadOptions.LoadCallback loadCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerLoadOptions.LoadCallback |