#include <chatgetthreadmessagestask.h>
◆ ttv::chat::ChatGetThreadMessagesTask::Result
| struct ttv::chat::ChatGetThreadMessagesTask::Result |
◆ Callback
◆ TaskCallback
◆ ChatGetThreadMessagesTask()
| ttv::chat::ChatGetThreadMessagesTask::ChatGetThreadMessagesTask |
( |
const std::string & |
authToken, |
|
|
const std::string & |
threadId, |
|
|
const TokenizationOptions & |
tokenizationOptions, |
|
|
const std::shared_ptr< BitsConfiguration > & |
bitsConfiguration, |
|
|
Callback && |
callback |
|
) |
| |
◆ ~ChatGetThreadMessagesTask()
| virtual ttv::chat::ChatGetThreadMessagesTask::~ChatGetThreadMessagesTask |
( |
| ) |
|
|
virtual |
◆ Abort()
| virtual void ttv::Task::Abort |
( |
| ) |
|
|
virtualinherited |
◆ FetchDefault()
| void ttv::chat::ChatGetThreadMessagesTask::FetchDefault |
( |
| ) |
|
◆ FetchRelative()
| void ttv::chat::ChatGetThreadMessagesTask::FetchRelative |
( |
MessageId |
beforeMessageId, |
|
|
uint32_t |
limit |
|
) |
| |
◆ FillHttpRequestInfo()
| virtual void ttv::chat::ChatGetThreadMessagesTask::FillHttpRequestInfo |
( |
HttpRequestInfo & |
requestInfo | ) |
|
|
protectedvirtual |
◆ GetTaskName()
| virtual const char* ttv::chat::ChatGetThreadMessagesTask::GetTaskName |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ OnComplete()
| virtual void ttv::chat::ChatGetThreadMessagesTask::OnComplete |
( |
| ) |
|
|
protectedvirtual |
◆ ProcessHeaders()
| virtual bool ttv::chat::ChatApiTask::ProcessHeaders |
( |
const std::map< std::string, std::string > & |
headers | ) |
|
|
protectedvirtualinherited |
◆ ProcessResponse()
| virtual void ttv::chat::ChatGetThreadMessagesTask::ProcessResponse |
( |
const std::vector< char > & |
response | ) |
|
|
protectedvirtual |
◆ ResponseCallback()
| virtual void ttv::chat::ChatGetThreadMessagesTask::ResponseCallback |
( |
uint |
statusCode, |
|
|
const std::vector< char > & |
response, |
|
|
void * |
userData |
|
) |
| |
|
protectedvirtual |
◆ Run()
| virtual void ttv::chat::ChatApiTask::Run |
( |
| ) |
|
|
virtualinherited |
◆ SetLocalUserNames()
| void ttv::chat::ChatGetThreadMessagesTask::SetLocalUserNames |
( |
const std::vector< std::string > & |
localUserNames | ) |
|
|
inline |
◆ mAborted
| std::atomic_bool ttv::Task::mAborted |
|
protectedinherited |
◆ mBeforeMessageId
| MessageId ttv::chat::ChatGetThreadMessagesTask::mBeforeMessageId |
|
private |
◆ mBitsConfiguration
| std::shared_ptr<BitsConfiguration> ttv::chat::ChatGetThreadMessagesTask::mBitsConfiguration |
|
private |
◆ mCallback
| Callback ttv::chat::ChatGetThreadMessagesTask::mCallback |
|
private |
◆ mLimit
| uint ttv::chat::ChatGetThreadMessagesTask::mLimit |
|
private |
◆ mLocalUserNames
| std::vector<std::string> ttv::chat::ChatGetThreadMessagesTask::mLocalUserNames |
|
private |
◆ mResult
| std::shared_ptr<Result> ttv::chat::ChatGetThreadMessagesTask::mResult |
|
private |
◆ mTaskStatus
◆ mThreadId
| std::string ttv::chat::ChatGetThreadMessagesTask::mThreadId |
|
private |
◆ mTokenizationOptions
◆ mUserData
| void* ttv::Task::mUserData |
|
protectedinherited |
The documentation for this class was generated from the following file: