Show / Hide Table of Contents

Delegate MsgRevokeCallback

Callback for message recalling

Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void MsgRevokeCallback(List<MsgLocator> msg_locator, string user_data);
Parameters
Type Name Description
System.Collections.Generic.List<MsgLocator> msg_locator
System.String user_data
In This Article
Back to top Generated by DocFX