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 |