Sendbird Chat SDK for Unreal
|
#include <SBDMessageMetaArray.h>
Public Member Functions | |
std::wstring | GetKey () const |
std::vector< std::wstring > | GetValue () const |
void | SetKey (std::wstring key) |
void | SetValue (std::vector< std::wstring > value) |
void | AddValue (std::wstring value) |
void | AddValue (std::vector< std::wstring > value) |
void | RemoveValue (std::wstring value) |
void | RemoveValue (std::vector< std::wstring > value) |
void SBDMessageMetaArray::AddValue | ( | std::vector< std::wstring > | value | ) |
AddValue
void SBDMessageMetaArray::AddValue | ( | std::wstring | value | ) |
AddValue
std::wstring SBDMessageMetaArray::GetKey | ( | ) | const |
GetKey
std::vector< std::wstring > SBDMessageMetaArray::GetValue | ( | ) | const |
GetValue
void SBDMessageMetaArray::RemoveValue | ( | std::vector< std::wstring > | value | ) |
RemoveValue
void SBDMessageMetaArray::RemoveValue | ( | std::wstring | value | ) |
RemoveValue
void SBDMessageMetaArray::SetKey | ( | std::wstring | key | ) |
SetKey
void SBDMessageMetaArray::SetValue | ( | std::vector< std::wstring > | value | ) |
SetValue