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 | Value |
---|---|---|
Failed | Indicates that the ad failed to display. |
0 |
Skipped | Indicates that the player did not allow the ad to complete. |
1 |
Finished | Indicates that the player watched the ad to completion. |
2 |