This is the complete list of members for ChatClient, including all inherited members.
AddFriends(string[] friends) | ChatClient | |
AppId | ChatClient | |
AppVersion | ChatClient | |
AuthValues | ChatClient | |
CanChat | ChatClient | |
CanChatInChannel(string channelName) | ChatClient | |
ChatClient(IChatClientListener listener, ConnectionProtocol protocol=ConnectionProtocol.Udp) | ChatClient | |
chatPeer | ChatClient | |
ChatRegion | ChatClient | |
Connect(string appId, string appVersion, AuthenticationValues authValues) | ChatClient | |
ConnectAndSetStatus(string appId, string appVersion, AuthenticationValues authValues, int status=ChatUserStatus.Online, object message=null) | ChatClient | |
ConnectUsingSettings(ChatAppSettings appSettings) (defined in ChatClient) | ChatClient | |
DebugOut | ChatClient | |
DefaultMaxSubscribers | ChatClient | static |
Disconnect(ChatDisconnectCause cause=ChatDisconnectCause.DisconnectByClientLogic) | ChatClient | |
DisconnectedCause | ChatClient | |
EnableProtocolFallback | ChatClient | |
FrontendAddress | ChatClient | |
GetPrivateChannelNameByUser(string userName) | ChatClient | |
MessageLimit | ChatClient | |
NameServerAddress | ChatClient | |
PrivateChannels | ChatClient | |
PrivateChatHistoryLength | ChatClient | |
ProxyServerAddress | ChatClient | |
PublicChannels | ChatClient | |
PublishMessage(string channelName, object message, bool forwardAsWebhook=false) | ChatClient | |
RemoveFriends(string[] friends) | ChatClient | |
SendAcksOnly() | ChatClient | |
SendPrivateMessage(string target, object message, bool forwardAsWebhook=false) | ChatClient | |
SendPrivateMessage(string target, object message, bool encrypt, bool forwardAsWebhook) | ChatClient | |
Service() | ChatClient | |
SetOnlineStatus(int status) | ChatClient | |
SetOnlineStatus(int status, object message) | ChatClient | |
SocketImplementationConfig | ChatClient | |
State | ChatClient | |
StopThread() | ChatClient | |
Subscribe(string[] channels) | ChatClient | |
Subscribe(string[] channels, int[] lastMsgIds) | ChatClient | |
Subscribe(string[] channels, int messagesFromHistory) | ChatClient | |
Subscribe(string channel, int lastMsgId=0, int messagesFromHistory=-1, ChannelCreationOptions creationOptions=null) | ChatClient | |
TransportProtocol | ChatClient | |
TryGetChannel(string channelName, bool isPrivate, out ChatChannel channel) | ChatClient | |
TryGetChannel(string channelName, out ChatChannel channel) | ChatClient | |
TryGetPrivateChannelByUser(string userId, out ChatChannel channel) | ChatClient | |
Unsubscribe(string[] channels) | ChatClient | |
UseBackgroundWorkerForSending | ChatClient | |
UserId | ChatClient |