Enum PlacementState
Various states that Unity Ads placements can be in.
Namespace: UnityEngine.Advertisements
Syntax
public enum PlacementState
Fields
Name | Description |
---|---|
Disabled | Placement has been disabled. |
NoFill | Placement has no advertisements to show. |
NotAvailable | Placement is not available. |
Ready | Placement is ready to show ads. |
Waiting | Placement is waiting to be ready. |