Class RewardedAdShowOptions
Contains optional parameters for showing a rewarded ad.
Inherited Members
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public class RewardedAdShowOptions
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 |
S2SData
Allows providing data for a server to server redeem callback.
Declaration
public S2SRedeemData S2SData { get; set; }
Property Value
| Type | Description |
|---|---|
| S2SRedeemData |