Sendbird Chat SDK for Unreal
SBDGroupChannel Member List

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

AcceptInvitation(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
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
CreateChannel(std::vector< std::wstring > user_ids, const std::wstring &name, bool is_distinct, const std::wstring &cover_url, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannelstatic
CreateChannel(const std::vector< std::wstring > user_ids, const std::wstring &name, bool is_distinct, const std::wstring &cover_image_file_path, const std::wstring &file_mime_type, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannelstatic
CreateChannel(SBDGroupChannelParams &params, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannelstatic
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
CreateMyGroupChannelListQuery()SBDGroupChannelstatic
CreateOperatorListQuery()SBDBaseChannel
CreatePreviousMessageListQuery()SBDBaseChannel
custom_typeSBDBaseChannel
dataSBDBaseChannel
DeclineInvitation(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
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
DeleteChannel(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
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
GetChannel(const std::wstring &channel_url, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannelstatic
GetChannelCount(SBDMemberStateFilter member_state_filter, std::function< void(uint64_t group_chanel_count, SBDError *error)> completion_handler)SBDGroupChannelstatic
GetChannelFromServer(const std::wstring &channel_url, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannelstatic
GetLastMessage()SBDGroupChannel
GetLastSeenAt(const SBDUser &user)SBDGroupChannel
GetMember(const std::wstring &user_id, bool *member_exist)SBDGroupChannel
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
GetReadMembers(SBDBaseMessage *message)SBDGroupChannel
GetReadReceipt(SBDBaseMessage *message)SBDGroupChannel
GetReadStatus()SBDGroupChannel
GetUnreadMembers(SBDBaseMessage *message)SBDGroupChannel
has_inviterSBDGroupChannel
HasMember(const std::wstring &user_id)SBDGroupChannel
hidden_stateSBDGroupChannel
HideChannel(bool hide_prev_messages, std::function< void(SBDError *)> completion_handler)SBDGroupChannel
HideChannel(bool hide_prev_messages, bool allow_auto_unhide, std::function< void(SBDError *)> completion_handler)SBDGroupChannel
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
inviterSBDGroupChannel
InviteUsers(const std::vector< SBDUser > &users, std::function< void(SBDError *)> completion_handler)SBDGroupChannel
is_distinctSBDGroupChannel
is_group_channelSBDBaseChannel
is_hiddenSBDGroupChannel
is_open_channelSBDBaseChannel
is_publicSBDGroupChannel
JoinChannel(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
last_message_idSBDGroupChannel
LeaveChannel(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
MarkAllAsRead(std::function< void(SBDError *)> completion_handler)SBDGroupChannelstatic
MarkAsRead()SBDGroupChannel
member_countSBDGroupChannel
membersSBDGroupChannel
nameSBDBaseChannel
RefreshChannel(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
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
ResetMyHistory(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
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
UnhideChannel(std::function< void(SBDError *)> completion_handler)SBDGroupChannel
unread_message_countSBDGroupChannel
UpdateChannel(const std::wstring &name, bool is_distinct, const std::wstring &cover_url, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannel
UpdateChannel(const std::wstring &name, bool is_distinct, const std::wstring &cover_image_file_path, const std::wstring &file_mime_type, const std::wstring &data, const std::wstring &custom_type, std::function< void(SBDGroupChannel *, SBDError *)> completion_handler)SBDGroupChannel
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