Enum AdPlacementType
Indicates what type of ad is shown.
Namespace: Unity.Services.Analytics
Assembly: Unity.Services.Analytics.dll
Syntax
public enum AdPlacementType
Fields
| Name | Description |
|---|---|
| BANNER | A banner ad. |
| INTERSTITIAL | An interstitial ad. |
| OTHER | Some other kind of ad. |
| REWARDED | A rewarded ad. |