Show / Hide Table of Contents

Enum TIMMsgPriority

Namespace: com.tencent.imsdk.unity.enums
Assembly: cs.temp.dll.dll
Syntax
public enum TIMMsgPriority

Fields

Name Description
kTIMMsgPriority_High

Highest priority, generally used for red packet and gift messages.

kTIMMsgPriority_Low

Low priority, recommended for like notifications.

kTIMMsgPriority_Lowest

Lowest priority, generally used for group joining/leaving notifications (sent by the backend).

kTIMMsgPriority_Normal

Second highest priority, recommended for common messages.

In This Article
Back to top Generated by DocFX