namespace UnityEngine.Advertisements { public enum UnityAdsCompletionState { /// /// A state that indicates that the user skipped the ad. /// SKIPPED, /// /// A state that indicates that the ad was played entirely. /// COMPLETED, /// /// Default value / Used when no mapping available /// UNKNOWN } }