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