Class BannerOptions
Collection of options that can be passed to [[Advertisements.Banner.Show]] to be notified of events within the banner.
Inheritance
System.Object
BannerOptions
Namespace: UnityEngine.Advertisements
Syntax
public class BannerOptions
Properties
hideCallback
Callback that is fired when the banner is hidden to the gamer.
Declaration
public BannerOptions.BannerCallback hideCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerOptions.BannerCallback |
showCallback
Callback that is fired when when the banner is visible to the gamer.
Declaration
public BannerOptions.BannerCallback showCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerOptions.BannerCallback |