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