Class InterstitialAdShowOptions
Contains optional parameters for showing an interstitial ad.
Inherited Members
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public class InterstitialAdShowOptions
Properties
AutoReload
If set to true, the ad will automatically load another ad after it is done showing, so it is not necessary to call LoadAsync again. This will occur when the OnClosed or OnFailedShow event is triggered.
Declaration
public bool AutoReload { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |