Enum PlacementState
The enumerated states of a Unity Ads Placement.
Namespace: UnityEngine.Advertisements
Syntax
public enum PlacementState
Fields
| Name | Description | Value |
|---|---|---|
| Ready | The Placement is ready to show ads. |
0 |
| NotAvailable | The Placement is not available. |
1 |
| Disabled | The Placement is disabled. |
2 |
| Waiting | The Placement is waiting to be ready. |
3 |
| NoFill | The Placement has no ads available to show. |
4 |