LeanCloud C# SDK
|
Classes | |
interface | ILCIMSignatureFactory |
ILCIMSignatureFactory is an interface that creates a LCRealtime signature. More... | |
class | LCIMAudioMessage |
LCIMAudioMessage is a local representation of audio message in LeanCloud. More... | |
class | LCIMBinaryMessage |
LCIMBinaryMessage is a local representation of binary message in LeanCloud. More... | |
class | LCIMChatRoom |
LCIMChatRoom is a local representation of chatroom in LeanCloud. More... | |
class | LCIMClient |
LCIMClient is a local representation of realtime client in LeanCloud. More... | |
class | LCIMConversation |
LCIMConversation is a local representation of general conversation in LeanCloud. More... | |
class | LCIMConversationMemberInfo |
LCIMConversationMemberInfo represents the member info of the conversation. More... | |
class | LCIMConversationQuery |
LCIMConversationQuery is the query for conversations. More... | |
class | LCIMException |
class | LCIMFileMessage |
LCIMFileMessage is a local representation of file message in LeanCloud. More... | |
class | LCIMImageMessage |
LCIMImageMessage is a local representation of image message in LeanCloud. More... | |
class | LCIMLocationMessage |
LCIMLocationMessage is a local representation of location message in LeanCloud. More... | |
class | LCIMMessage |
The base class of message. More... | |
class | LCIMMessageQueryEndpoint |
LCIMMessageQueryEndpoint limits the query results. More... | |
class | LCIMMessageSendOptions |
The options for sending message. More... | |
class | LCIMOperationFailure |
LCIMOperationFailure is the failed result of a conversation operation. More... | |
class | LCIMPageResult |
LCIMPageResult represents the query results. More... | |
class | LCIMPartiallySuccessResult |
LCIMPartiallySuccessResult is the partially successful result of a conversation operation. More... | |
class | LCIMRecalledMessage |
The recall message, i.e. a message to recall a previous sent message. More... | |
class | LCIMServiceConversation |
LCIMServiceConversation is a local representation of service conversation in LeanCloud. More... | |
class | LCIMSignature |
LCIMSignature represents a LCRealtime signature. More... | |
class | LCIMSignatureAction |
Actions supporting signatures. More... | |
class | LCIMTemporaryConversation |
LCIMTemporaryConversation is a local representation of temporary conversation in LeanCloud. More... | |
class | LCIMTextMessage |
LCIMTextMessage is a local representation of text message in LeanCloud. More... | |
class | LCIMTypedMessage |
Known message types. More... | |
class | LCIMVideoMessage |
LCIMVideoMessage is a local representation of video message in LeanCloud. More... | |
class | LCRealtime |
LCRealtime contains static functions that handle the global connection. More... | |
Enumerations | |
enum | LCIMMessageQueryDirection { NewToOld , OldToNew } |
enum | LCIMMessagePriority { High = 1 , Normal = 2 , Low = 3 } |
The priority for sending messages in chatroom. More... | |