Class PlacementContent | Package Manager UI website
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023