This is the complete list of members for FHiveChat, including all inherited members.
AddChannelListener(const FString &uniqueKey, FHiveChannelListener *listener) | FHiveChat | static |
AddConnectionListener(const FString &uniqueKey, FHiveConnectionListener *listener) | FHiveChat | static |
AddDirectMessageListener(const FString &uniqueKey, FHiveDirectMessageListener *listener) | FHiveChat | static |
BlockMember(int64 blockPlayerId, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
Connect(const FString &extraData, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
CreateChannel(FHiveCreateChannelParams const ¶ms, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
DeleteChannel(const FString &channelId, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
Disconnect(const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
EnterChannel(const FHiveEnterChannelParams ¶ms, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
ExitChannel(const FString &channelId, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
GetBlockMembers(const FHiveChatOnGetBlockMembersDelegate &Delegate) | FHiveChat | static |
GetChannelInfo(const FString &channelId, const FHiveChatOnGetChannelInfoDelegate &Delegate) | FHiveChat | static |
GetChannelMembers(const FString &channelId, const FHiveChatOnGetChannelMembersDelegate &Delegate) | FHiveChat | static |
GetChannels(TOptional< FHiveGetChannelsParams > params, const FHiveChatOnGetChannelsDelegate &Delegate) | FHiveChat | static |
GetChannelsByUser(const FHiveChatOnGetChannelsByUserDelegate &Delegate) | FHiveChat | static |
IsConnected() | FHiveChat | static |
RemoveChannelListener(const FString &uniqueKey) | FHiveChat | static |
RemoveConnectionListener(const FString &uniqueKey) | FHiveChat | static |
RemoveDirectMessageListener(const FString &uniqueKey) | FHiveChat | static |
SendMessageWithChannelSendMessageParams(FHiveChannelSendMessageParams const ¶ms, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
SendMessageWithDirectSendMessageParams(FHiveDirectSendMessageParams const ¶ms, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |
UnblockMember(int64 blockPlayerId, const FHiveChatOnResultDelegate &Delegate) | FHiveChat | static |