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