Enum ShowResult
An enum passed to ShowOptions.resultCallback after the ad has finished, indicating the result.
Namespace: UnityEngine.Advertisements
Syntax
public enum ShowResult
Fields
Name | Description |
---|---|
Failed | Indicates that the ad failed to display. |
Finished | Indicates that the player watched the ad to completion. |
Skipped | Indicates that the player did not allow the ad to complete. |