LeanCloud C# SDK
Loading...
Searching...
No Matches
Static Public Attributes | Properties | List of all members
LeanCloud.Realtime.LCIMMessageSendOptions Class Reference

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]
 

Detailed Description

The options for sending message.

Member Data Documentation

◆ Default

LCIMMessageSendOptions LeanCloud.Realtime.LCIMMessageSendOptions.Default = new LCIMMessageSendOptions()
static

Property Documentation

◆ Priority

LCIMMessagePriority LeanCloud.Realtime.LCIMMessageSendOptions.Priority
getset

The priority for sending messages in chatroom.

◆ PushData

Dictionary<string, object> LeanCloud.Realtime.LCIMMessageSendOptions.PushData
getset

◆ Receipt

bool LeanCloud.Realtime.LCIMMessageSendOptions.Receipt
getset

Whether receipts are needed, only for normal conversations.

◆ Transient

bool LeanCloud.Realtime.LCIMMessageSendOptions.Transient
getset

Whether this is a transient message.

◆ Will

bool LeanCloud.Realtime.LCIMMessageSendOptions.Will
getset

Whether this is a will message, which will be sent automatically when a user goes offline unexpectedly.


The documentation for this class was generated from the following file: