Class ShowAdPlacementContent | Advertisement | 3.4.9
docs.unity.cn
    Show / Hide Table of Contents

    Class ShowAdPlacementContent

    Inheritance
    Object
    PlacementContent
    RewardablePlacementContent
    ShowAdPlacementContent
    PromoAdPlacementContent
    Inherited Members
    RewardablePlacementContent.rewarded
    RewardablePlacementContent.rewardId
    PlacementContent.placementId
    PlacementContent.extras
    PlacementContent.ready
    PlacementContent.state
    PlacementContent.SendCustomEvent(CustomEvent)
    Namespace: UnityEngine.Monetization
    Syntax
    public class ShowAdPlacementContent : RewardablePlacementContent

    Constructors

    ShowAdPlacementContent(String, IShowAdOperations)

    Declaration
    public ShowAdPlacementContent(string placementId, IShowAdOperations operations)
    Parameters
    Type Name Description
    String placementId
    IShowAdOperations operations

    Properties

    gamerSid

    Declaration
    public string gamerSid { get; set; }
    Property Value
    Type Description
    String

    showing

    Declaration
    public bool showing { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Show(Nullable<ShowAdCallbacks>)

    Declaration
    public ShowAdYield Show(ShowAdCallbacks? callbacks = default(ShowAdCallbacks? ))
    Parameters
    Type Name Description
    Nullable<ShowAdCallbacks> callbacks
    Returns
    Type Description
    ShowAdYield

    Show(ShowAdFinishCallback)

    Declaration
    public ShowAdYield Show(ShowAdFinishCallback finishCallback)
    Parameters
    Type Name Description
    ShowAdFinishCallback finishCallback
    Returns
    Type Description
    ShowAdYield
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 02 October 2020