Enum ShowResult
ShowResult is passed to [[ShowOptions.resultCallback]] after the advertisement has completed.
Namespace: UnityEngine.Monetization
Syntax
public enum ShowResult
Fields
Name | Description | Value |
---|---|---|
Failed | Indicates that the advertisement failed to complete. |
0 |
Skipped | Indicates that the advertisement was skipped. |
1 |
Finished | Indicates that the advertisement completed successfully. |
2 |