Struct CustomEvent | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct CustomEvent

    Namespace: UnityEngine.Monetization
    Syntax
    public struct CustomEvent

    Constructors

    CustomEvent(String, IDictionary<String, Object>)

    Declaration
    public CustomEvent(string type, IDictionary<string, object> data = null)
    Parameters
    Type Name Description
    System.String type
    System.Collections.Generic.IDictionary<System.String, System.Object> data

    CustomEvent(String, String, IDictionary<String, Object>)

    Declaration
    public CustomEvent(string category, string type, IDictionary<string, object> data)
    Parameters
    Type Name Description
    System.String category
    System.String type
    System.Collections.Generic.IDictionary<System.String, System.Object> data

    Fields

    category

    Declaration
    public string category
    Field Value
    Type Description
    System.String

    data

    Declaration
    public IDictionary<string, object> data
    Field Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    type

    Declaration
    public string type
    Field Value
    Type Description
    System.String
    In This Article
    • Constructors
      • CustomEvent(String, IDictionary<String, Object>)
      • CustomEvent(String, String, IDictionary<String, Object>)
    • Fields
      • category
      • data
      • type
    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