#include <SBDOpenChannelParams.h>
The SBDOpenChannelParams
class is used to create a open channel.
- Since
- 3.0.37
◆ SBDOpenChannelParams()
SBDOpenChannelParams::SBDOpenChannelParams |
( |
| ) |
|
◆ ~SBDOpenChannelParams()
SBDOpenChannelParams::~SBDOpenChannelParams |
( |
| ) |
|
◆ SetChannelUrl()
◆ SetCoverImageFilePathAndFileMimeType()
SBDOpenChannelParams & SBDOpenChannelParams::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.
- Parameters
-
cover_image_file_path | cover_image_file_path |
file_mime_type | file_mime_type |
- Returns
- SBDOpenChannelParams
- Since
- 3.0.37
◆ SetCoverUrl()
Sets cover_url. If set, the cover_image_file_path and file_mime_type will be ignored.
- Parameters
-
- Returns
- SBDOpenChannelParams
- Since
- 3.0.37
◆ SetCustomType()
◆ SetData()
◆ SetName()
◆ SetOperatorUserIds()
SBDOpenChannelParams & SBDOpenChannelParams::SetOperatorUserIds |
( |
std::vector< std::wstring > & |
operator_user_ids | ) |
|
Sets operator_user_ids.
- Parameters
-
operator_user_ids | operator_user_ids |
- Returns
- SBDOpenChannelParams
- Since
- 3.0.37