Enum ShowResult | Advertisement | 3.6.1
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 14 December 2020