Sendbird Chat SDK for Unreal
|
#include <SBDGroupChannelParams.h>
Public Member Functions | |
SBDGroupChannelParams () | |
~SBDGroupChannelParams () | |
SBDGroupChannelParams & | SetUserIds (std::vector< std::wstring > &user_ids) |
SBDGroupChannelParams & | SetName (std::wstring name) |
SBDGroupChannelParams & | SetDistinct (bool is_distinct) |
SBDGroupChannelParams & | SetPublic (bool is_public) |
SBDGroupChannelParams & | SetChannelUrl (std::wstring channel_url) |
SBDGroupChannelParams & | SetCoverUrl (std::wstring cover_url) |
SBDGroupChannelParams & | SetCoverImageFilePathAndFileMimeType (std::wstring cover_image_file_path, std::wstring file_mime_type) |
SBDGroupChannelParams & | SetData (std::wstring data) |
SBDGroupChannelParams & | SetCustomType (std::wstring custom_type) |
SBDGroupChannelParams & | SetOperatorUserIds (std::vector< std::wstring > &operator_user_ids) |
The SBDGroupChannelParams
class is used to create a group channel.
SBDGroupChannelParams::SBDGroupChannelParams | ( | ) |
Constructor
SBDGroupChannelParams::~SBDGroupChannelParams | ( | ) |
Destructor
SBDGroupChannelParams & SBDGroupChannelParams::SetChannelUrl | ( | std::wstring | channel_url | ) |
SBDGroupChannelParams & SBDGroupChannelParams::SetCoverImageFilePathAndFileMimeType | ( | std::wstring | cover_image_file_path, |
std::wstring | file_mime_type | ||
) |
Sets cover_image_file_path and file_mime_type. If set, cover_url will be ignored.
cover_image_file_path | cover_image_file_path |
file_mime_type | file_mime_type |
SBDGroupChannelParams & SBDGroupChannelParams::SetCoverUrl | ( | std::wstring | cover_url | ) |
Sets cover_url. If set, the cover_image_file_path and file_mime_type will be ignored.
cover_url | cover_url |
SBDGroupChannelParams & SBDGroupChannelParams::SetCustomType | ( | std::wstring | custom_type | ) |
SBDGroupChannelParams & SBDGroupChannelParams::SetData | ( | std::wstring | data | ) |
SBDGroupChannelParams & SBDGroupChannelParams::SetDistinct | ( | bool | is_distinct | ) |
Sets is_distinct. The default value is false.
is_distinct | is_distinct |
SBDGroupChannelParams & SBDGroupChannelParams::SetName | ( | std::wstring | name | ) |
SBDGroupChannelParams & SBDGroupChannelParams::SetOperatorUserIds | ( | std::vector< std::wstring > & | operator_user_ids | ) |
Sets operator_user_ids.
operator_user_ids | operator_user_ids |
SBDGroupChannelParams & SBDGroupChannelParams::SetPublic | ( | bool | is_public | ) |
Sets is_public. The default value is false.
is_public | is_public |
SBDGroupChannelParams & SBDGroupChannelParams::SetUserIds | ( | std::vector< std::wstring > & | user_ids | ) |