Class BannerLoadOptions
Options that can be passed to [[[]]]
Inheritance
System.Object
BannerLoadOptions
Namespace: UnityEngine.Advertisements
Syntax
public class BannerLoadOptions
Properties
errorCallback
Callback that is fired when an error occurs during banner loading. If this callback is invoked, one should assume that the banner is not loaded and one may call Load again at a later point in time.
Declaration
public BannerLoadOptions.ErrorCallback errorCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerLoadOptions.ErrorCallback |
loadCallback
Callback that is fired when when the banner is loaded and available to show.
Declaration
public BannerLoadOptions.LoadCallback loadCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerLoadOptions.LoadCallback |