Class PlacementContent | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class PlacementContent

    Inheritance
    System.Object
    PlacementContent
    RewardablePlacementContent
    Namespace: UnityEngine.Monetization
    Syntax
    public class PlacementContent

    Constructors

    PlacementContent(String, IPlacementContentOperations)

    Declaration
    public PlacementContent(string placementId, IPlacementContentOperations operations)
    Parameters
    Type Name Description
    System.String placementId
    IPlacementContentOperations operations

    Properties

    extras

    Declaration
    public IDictionary<string, object> extras { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    placementId

    Declaration
    public string placementId { get; set; }
    Property Value
    Type Description
    System.String

    ready

    Declaration
    public bool ready { get; }
    Property Value
    Type Description
    System.Boolean

    state

    Declaration
    public PlacementContentState state { get; }
    Property Value
    Type Description
    PlacementContentState

    Methods

    SendCustomEvent(CustomEvent)

    Declaration
    public virtual void SendCustomEvent(CustomEvent customEvent)
    Parameters
    Type Name Description
    CustomEvent customEvent
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX