Sendbird Chat SDK for Unreal
Public Member Functions | List of all members
SBDOpenChannelParams Class Referencefinal

#include <SBDOpenChannelParams.h>

Public Member Functions

 SBDOpenChannelParams ()
 
 ~SBDOpenChannelParams ()
 
SBDOpenChannelParamsSetName (std::wstring name)
 
SBDOpenChannelParamsSetChannelUrl (std::wstring channel_url)
 
SBDOpenChannelParamsSetCoverUrl (std::wstring cover_url)
 
SBDOpenChannelParamsSetCoverImageFilePathAndFileMimeType (std::wstring cover_image_file_path, std::wstring file_mime_type)
 
SBDOpenChannelParamsSetData (std::wstring data)
 
SBDOpenChannelParamsSetCustomType (std::wstring custom_type)
 
SBDOpenChannelParamsSetOperatorUserIds (std::vector< std::wstring > &operator_user_ids)
 

Detailed Description

The SBDOpenChannelParams class is used to create a open channel.

Since
3.0.37

Constructor & Destructor Documentation

◆ SBDOpenChannelParams()

SBDOpenChannelParams::SBDOpenChannelParams ( )

Constructor

Since
3.0.37

◆ ~SBDOpenChannelParams()

SBDOpenChannelParams::~SBDOpenChannelParams ( )

Destructor

Since
3.0.37

Member Function Documentation

◆ SetChannelUrl()

SBDOpenChannelParams & SBDOpenChannelParams::SetChannelUrl ( std::wstring  channel_url)

Sets channel_url.

Parameters
channel_urlchannel_url
Returns
SBDOpenChannelParams
Since
3.0.37

◆ 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_pathcover_image_file_path
file_mime_typefile_mime_type
Returns
SBDOpenChannelParams
Since
3.0.37

◆ SetCoverUrl()

SBDOpenChannelParams & SBDOpenChannelParams::SetCoverUrl ( std::wstring  cover_url)

Sets cover_url. If set, the cover_image_file_path and file_mime_type will be ignored.

Parameters
cover_urlcover_url
Returns
SBDOpenChannelParams
Since
3.0.37

◆ SetCustomType()

SBDOpenChannelParams & SBDOpenChannelParams::SetCustomType ( std::wstring  custom_type)

Sets custom_type.

Parameters
custom_typecustom_type
Returns
SBDOpenChannelParams
Since
3.0.37

◆ SetData()

SBDOpenChannelParams & SBDOpenChannelParams::SetData ( std::wstring  data)

Sets data.

Parameters
datadata
Returns
SBDOpenChannelParams
Since
3.0.37

◆ SetName()

SBDOpenChannelParams & SBDOpenChannelParams::SetName ( std::wstring  name)

Sets name.

Parameters
namename
Returns
SBDOpenChannelParams
Since
3.0.37

◆ SetOperatorUserIds()

SBDOpenChannelParams & SBDOpenChannelParams::SetOperatorUserIds ( std::vector< std::wstring > &  operator_user_ids)

Sets operator_user_ids.

Parameters
operator_user_idsoperator_user_ids
Returns
SBDOpenChannelParams
Since
3.0.37