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