Show / Hide Table of Contents

Delegate NetworkStatusListenerCallback

Callback for network change

Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void NetworkStatusListenerCallback(TIMNetworkStatus status, int code, string desc, string user_data);
Parameters
Type Name Description
TIMNetworkStatus status
System.Int32 code
System.String desc
System.String user_data
In This Article
Back to top Generated by DocFX