Enum PlacementContentState
Namespace: UnityEngine.Monetization
Syntax
public enum PlacementContentState
Fields
Name | Description | Value |
---|---|---|
Ready | Placement is ready to show ads. |
0 |
NotAvailable | Placement is not available. |
1 |
Disabled | Placement has been disabled. |
2 |
Waiting | Placement is waiting to be ready. |
3 |
NoFill | Placement has no advertisements to show. |
4 |