Show / Hide Table of Contents

Enum TIMReceiveMessageOpt

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

Fields

Name Description
kTIMRecvMsgOpt_Not_Notify

Receives messages when the user is online, and makes no push notification when the user is offline

kTIMRecvMsgOpt_Not_Receive

Does not receive messages or make push notification when the use is offline

kTIMRecvMsgOpt_Receive

Receives messages when the user is online, and sends APNs push notifications when the user is offline

In This Article
Back to top Generated by DocFX