Show / Hide Table of Contents

Class EventCallback<T>

通用事件回调

Inheritance
System.Object
EventCallback<T>
Namespace: com.tencent.imsdk.unity
Assembly: im-unity-plugin.dll
Syntax
public class EventCallback<T> : object
Type Parameters
Name Description
T

Fields

callback

Declaration
public string callback
Field Value
Type Description
System.String

code

Declaration
public int code
Field Value
Type Description
System.Int32

data

Declaration
public T data
Field Value
Type Description
T

msg

Declaration
public string msg
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX