#include <chatgetuserthreadstask.h>
◆ ttv::chat::ChatGetUserThreadsTask::Result
| struct ttv::chat::ChatGetUserThreadsTask::Result |
| Class Members |
|
vector< ThreadData > |
threadList |
|
|
int |
total |
|
|
bool |
valid |
|
◆ Callback
◆ TaskCallback
◆ ChatGetUserThreadsTask()
| ttv::chat::ChatGetUserThreadsTask::ChatGetUserThreadsTask |
( |
const std::string & |
username, |
|
|
const std::string & |
authToken, |
|
|
const TokenizationOptions & |
tokenizationOptions, |
|
|
const std::shared_ptr< BitsConfiguration > & |
bitsConfiguration, |
|
|
Callback && |
callback |
|
) |
| |
◆ Abort()
| virtual void ttv::Task::Abort |
( |
| ) |
|
|
virtualinherited |
◆ FetchByPage()
| void ttv::chat::ChatGetUserThreadsTask::FetchByPage |
( |
uint32_t |
offset, |
|
|
uint32_t |
|
|
) |
| |
◆ FetchByThreadId()
| void ttv::chat::ChatGetUserThreadsTask::FetchByThreadId |
( |
const std::string & |
threadId | ) |
|
◆ FetchByUser()
| void ttv::chat::ChatGetUserThreadsTask::FetchByUser |
( |
const std::string & |
otherUsername | ) |
|
◆ FillHttpRequestInfo()
| virtual void ttv::chat::ChatGetUserThreadsTask::FillHttpRequestInfo |
( |
HttpRequestInfo & |
requestInfo | ) |
|
|
protectedvirtual |
◆ GetTaskName()
| virtual const char* ttv::chat::ChatGetUserThreadsTask::GetTaskName |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ OnComplete()
| virtual void ttv::chat::ChatGetUserThreadsTask::OnComplete |
( |
| ) |
|
|
protectedvirtual |
◆ ProcessHeaders()
| virtual bool ttv::chat::ChatApiTask::ProcessHeaders |
( |
const std::map< std::string, std::string > & |
headers | ) |
|
|
protectedvirtualinherited |
◆ ProcessResponse()
| virtual void ttv::chat::ChatGetUserThreadsTask::ProcessResponse |
( |
const std::vector< char > & |
response | ) |
|
|
protectedvirtual |
◆ ResponseCallback()
| virtual void ttv::chat::ChatGetUserThreadsTask::ResponseCallback |
( |
uint |
statusCode, |
|
|
const std::vector< char > & |
response, |
|
|
void * |
userData |
|
) |
| |
|
protectedvirtual |
◆ Run()
| virtual void ttv::chat::ChatApiTask::Run |
( |
| ) |
|
|
virtualinherited |
◆ SetLocalUserNames()
| void ttv::chat::ChatGetUserThreadsTask::SetLocalUserNames |
( |
const std::vector< std::string > & |
localUserNames | ) |
|
|
inline |
◆ mAborted
| std::atomic_bool ttv::Task::mAborted |
|
protectedinherited |
◆ mBitsConfiguration
| std::shared_ptr<BitsConfiguration> ttv::chat::ChatGetUserThreadsTask::mBitsConfiguration |
|
private |
◆ mCallback
| Callback ttv::chat::ChatGetUserThreadsTask::mCallback |
|
private |
◆ mLimit
| uint32_t ttv::chat::ChatGetUserThreadsTask::mLimit |
|
private |
◆ mLocalUserNames
| std::vector<std::string> ttv::chat::ChatGetUserThreadsTask::mLocalUserNames |
|
private |
◆ mOffset
| uint32_t ttv::chat::ChatGetUserThreadsTask::mOffset |
|
private |
◆ mOtherUserName
| std::string ttv::chat::ChatGetUserThreadsTask::mOtherUserName |
|
private |
◆ mResult
| std::shared_ptr<Result> ttv::chat::ChatGetUserThreadsTask::mResult |
|
private |
◆ mTaskStatus
◆ mThreadId
| std::string ttv::chat::ChatGetUserThreadsTask::mThreadId |
|
private |
◆ mTokenizationOptions
◆ mUserData
| void* ttv::Task::mUserData |
|
protectedinherited |
◆ mUserName
| std::string ttv::chat::ChatGetUserThreadsTask::mUserName |
|
private |
The documentation for this class was generated from the following file: