Sendbird Chat SDK for Unreal
SBDBaseChannel Member List

This is the complete list of members for SBDBaseChannel, including all inherited members.

AddMessageMetaArrayValues(const std::wstring &channel_url, int64_t message_id, const std::map< std::wstring, std::vector< std::wstring > > &key_value, std::function< void(SBDBaseMessage *, SBDError *)> completion_handler)SBDBaseChannel
AddMessageMetaArrayValues(const std::wstring &channel_url, int64_t message_id, const std::vector< SBDMessageMetaArray > &metaarrays, std::function< void(SBDBaseMessage *, SBDError *)> completion_handler)SBDBaseChannel
AddOperators(const std::vector< std::wstring > &user_ids, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
channel_urlSBDBaseChannel
CopyFileMessage(SBDFileMessage *message, SBDBaseChannel *target_channel, std::function< void(SBDFileMessage *, SBDError *)> completion_handler)SBDBaseChannel
CopyUserMessage(SBDUserMessage *message, SBDBaseChannel *target_channel, std::function< void(SBDUserMessage *, SBDError *)> completion_handler)SBDBaseChannel
cover_urlSBDBaseChannel
created_atSBDBaseChannel
CreateMessageMetaArrayKeys(const std::wstring &channel_url, int64_t message_id, const std::vector< std::wstring > &metaarray_keys, std::function< void(SBDBaseMessage *, SBDError *)> completion_handler)SBDBaseChannel
CreateMetaCounters(const std::map< std::wstring, int64_t > &meta_counters, std::function< void(const std::map< std::wstring, int64_t > &meta_counters, SBDError *)> completion_handler)SBDBaseChannel
CreateMetaData(const std::map< std::wstring, std::wstring > &meta_data, std::function< void(const std::map< std::wstring, std::wstring > &meta_data, SBDError *)> completion_handler)SBDBaseChannel
CreateOperatorListQuery()SBDBaseChannel
CreatePreviousMessageListQuery()SBDBaseChannel
custom_typeSBDBaseChannel
dataSBDBaseChannel
DecreaseMetaCounters(const std::map< std::wstring, int64_t > &meta_counters, std::function< void(const std::map< std::wstring, int64_t > &meta_counters, SBDError *)> completion_handler)SBDBaseChannel
DeleteAllMetaCounters(std::function< void(SBDError *)> completion_handler)SBDBaseChannel
DeleteAllMetaData(std::function< void(SBDError *)> completion_handler)SBDBaseChannel
DeleteMessage(SBDBaseMessage *message, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
DeleteMessageMetaArrayKeys(const std::wstring &channel_url, int64_t message_id, const std::vector< std::wstring > &metaarray_keys, std::function< void(SBDBaseMessage *, SBDError *)> completion_handler)SBDBaseChannel
DeleteMetaCounter(const std::wstring &key, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
DeleteMetaData(const std::wstring &key, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
GetAllMetaCounters(std::function< void(const std::map< std::wstring, int64_t > &meta_counters, SBDError *)> completion_handler)SBDBaseChannel
GetAllMetaData(std::function< void(const std::map< std::wstring, std::wstring > &meta_data, SBDError *error)> completion_handler)SBDBaseChannel
GetMessagesByMessageId(int64_t message_id, int64_t prev_limit, int64_t next_limit, bool reverse, SBDMessageTypeFilter message_type, const std::wstring &custom_type, std::function< void(const std::vector< SBDBaseMessage * > &, SBDError *)> completion_handler)SBDBaseChannel
GetMessagesByTimestamp(int64_t timestamp, int64_t prev_limit, int64_t next_limit, bool reverse, SBDMessageTypeFilter message_type, const std::wstring &custom_type, std::function< void(const std::vector< SBDBaseMessage * > &, SBDError *)> completion_handler)SBDBaseChannel
GetMetaCounters(const std::vector< std::wstring > &keys, std::function< void(const std::map< std::wstring, int64_t > &meta_counters, SBDError *)> completion_handler)SBDBaseChannel
GetMetaData(const std::vector< std::wstring > &keys, std::function< void(const std::map< std::wstring, std::wstring > &meta_data, SBDError *error)> completion_handler)SBDBaseChannel
GetNextMessagesByMessageId(int64_t message_id, int64_t next_limit, bool reverse, SBDMessageTypeFilter message_type, const std::wstring &custom_type, std::function< void(const std::vector< SBDBaseMessage * > &, SBDError *)> completion_handler)SBDBaseChannel
GetNextMessagesByTimestamp(int64_t timestamp, int64_t next_limit, bool reverse, SBDMessageTypeFilter message_type, const std::wstring &custom_type, std::function< void(const std::vector< SBDBaseMessage * > &, SBDError *)> completion_handler)SBDBaseChannel
GetPreviousMessagesByMessageId(int64_t message_id, int64_t prev_limit, bool reverse, SBDMessageTypeFilter message_type, const std::wstring &custom_type, std::function< void(const std::vector< SBDBaseMessage * > &, SBDError *)> completion_handler)SBDBaseChannel
GetPreviousMessagesByTimestamp(int64_t timestamp, int64_t prev_limit, bool reverse, SBDMessageTypeFilter message_type, const std::wstring &custom_type, std::function< void(const std::vector< SBDBaseMessage * > &, SBDError *)> completion_handler)SBDBaseChannel
IncreaseMetaCounters(const std::map< std::wstring, int64_t > &meta_counters, std::function< void(const std::map< std::wstring, int64_t > &meta_counters, SBDError *)> completion_handler)SBDBaseChannel
is_group_channelSBDBaseChannel
is_open_channelSBDBaseChannel
nameSBDBaseChannel
RemoveAllOperators(std::function< void(SBDError *)> completion_handler)SBDBaseChannel
RemoveMessageMetaArrayValues(const std::wstring &channel_url, int64_t message_id, const std::map< std::wstring, std::vector< std::wstring > > &key_value, std::function< void(SBDBaseMessage *, SBDError *)> completion_handler)SBDBaseChannel
RemoveMessageMetaArrayValues(const std::wstring &channel_url, int64_t message_id, const std::vector< SBDMessageMetaArray > &metaarrays, std::function< void(SBDBaseMessage *, SBDError *)> completion_handler)SBDBaseChannel
RemoveOperators(const std::vector< std::wstring > &user_ids, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
Report(SBDReportCategory report_category, std::wstring report_description, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
ReportMessage(SBDBaseMessage *message, SBDReportCategory report_category, std::wstring report_description, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
ReportUser(SBDUser &offending_user, SBDReportCategory report_category, std::wstring report_description, std::function< void(SBDError *)> completion_handler)SBDBaseChannel
SBDBaseChannel(const std::string &dict) (defined in SBDBaseChannel)SBDBaseChannelprotected
SendFileMessage(const char *file_buf, const std::wstring &filename, int64_t size, const std::wstring &type, std::vector< SBDThumbnailSize > thumbnail_sizes, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDFileMessage *, SBDError *)> completion_handler)SBDBaseChannel
SendFileMessage(SBDFileMessageParams &params, std::function< void(SBDFileMessage *, SBDError *)> completion_handler)SBDBaseChannel
SendUserMessage(SBDUserMessageParams &params, std::function< void(SBDUserMessage *, SBDError *)> completion_handler)SBDBaseChannel
UpdateFileMessage(SBDFileMessage *message, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDFileMessage *, SBDError *)> completion_handler)SBDBaseChannel
UpdateMetaCounters(const std::map< std::wstring, int64_t > &meta_counters, std::function< void(const std::map< std::wstring, int64_t > &meta_counters, SBDError *)> completion_handler)SBDBaseChannel
UpdateMetaData(const std::map< std::wstring, std::wstring > &meta_data, std::function< void(const std::map< std::wstring, std::wstring > &meta_data, SBDError *)> completion_handler)SBDBaseChannel
UpdateUserMessage(SBDUserMessage *message, const std::wstring &message_text, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDUserMessage *, SBDError *)> completion_handler)SBDBaseChannel
~SBDBaseChannel() (defined in SBDBaseChannel)SBDBaseChannelinlineprotectedvirtual