Class BannerOptions
Pass these options back to the SDK to notify it of events when displaying the banner.
Namespace: UnityEngine.Advertisements
Syntax
public class BannerOptions
Properties
clickCallback
This callback fires when the banner is clicked by the user.
Declaration
public BannerOptions.BannerCallback clickCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerOptions.BannerCallback |
hideCallback
This callback fires when the banner is hidden from the user.
Declaration
public BannerOptions.BannerCallback hideCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerOptions.BannerCallback |
showCallback
This callback fires when the banner is visible to the user.
Declaration
public BannerOptions.BannerCallback showCallback { get; set; }
Property Value
Type | Description |
---|---|
BannerOptions.BannerCallback |