LeanCloud C# SDK
|
The options for sending message. More...
Static Public Attributes | |
static LCIMMessageSendOptions | Default = new LCIMMessageSendOptions() |
Properties | |
bool | Transient [get, set] |
Whether this is a transient message. | |
bool | Receipt [get, set] |
Whether receipts are needed, only for normal conversations. | |
bool | Will [get, set] |
Whether this is a will message, which will be sent automatically when a user goes offline unexpectedly. | |
LCIMMessagePriority | Priority [get, set] |
The priority for sending messages in chatroom. | |
Dictionary< string, object > | PushData [get, set] |
The options for sending message.
|
static |
|
getset |
The priority for sending messages in chatroom.
|
getset |
|
getset |
Whether receipts are needed, only for normal conversations.
|
getset |
Whether this is a transient message.
|
getset |
Whether this is a will message, which will be sent automatically when a user goes offline unexpectedly.