TIMReceiveMessageOpt enum
1.3 消息接收选项
Constructors
- TIMReceiveMessageOpt(int value)
-
const
Values
- kTIMRecvMsgOpt_Receive → const TIMReceiveMessageOpt
-
在线正常接收消息,离线时会进行 APNs 推送
const TIMReceiveMessageOpt(0) - kTIMRecvMsgOpt_Not_Receive → const TIMReceiveMessageOpt
-
不会接收到消息,离线不会有推送通知
const TIMReceiveMessageOpt(1) - kTIMRecvMsgOpt_Not_Notify → const TIMReceiveMessageOpt
-
在线正常接收消息,离线不会有推送通知
const TIMReceiveMessageOpt(2) - kTIMRecvMsgOpt_Not_Notify_Except_At → const TIMReceiveMessageOpt
-
在线接收消息,离线只接收 at 消息的推送
const TIMReceiveMessageOpt(3) - kTIMRecvMsgOpt_Not_Receive_Except_At → const TIMReceiveMessageOpt
-
在线和离线都只接收@消息
const TIMReceiveMessageOpt(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → TIMReceiveMessageOpt
Constants
-
values
→ const List<
TIMReceiveMessageOpt> - A constant List of the values in this enum, in order of their declaration.