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

    Class UnityServicesErrorEventArgs

    Inheritance
    Object
    EventArgs
    UnityServicesErrorEventArgs
    Namespace: UnityEngine.Monetization
    Syntax
    public class UnityServicesErrorEventArgs : EventArgs

    Constructors

    UnityServicesErrorEventArgs(Int64, String)

    Declaration
    public UnityServicesErrorEventArgs(long error, string message)
    Parameters
    Type Name Description
    Int64 error
    String message

    UnityServicesErrorEventArgs(String)

    Declaration
    public UnityServicesErrorEventArgs(string message)
    Parameters
    Type Name Description
    String message

    Properties

    error

    Declaration
    public long error { get; }
    Property Value
    Type Description
    Int64

    message

    Declaration
    public string message { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 02 October 2020