Enum UnityAdsCompletionState
Namespace: UnityEngine.Advertisements
Assembly: UnityEngine.Advertisements.dll
Syntax
public enum UnityAdsCompletionState
Fields
| Name | Description |
|---|---|
| COMPLETED | A state that indicates that the ad was played entirely. |
| SKIPPED | A state that indicates that the user skipped the ad. |
| UNKNOWN | Default value / Used when no mapping available |