Show / Hide Table of Contents

Delegate GroupAttributeChangedCallback

Callback for group attribute change

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