|
Twitch SDK (Internal)
|
#include <socialtypes.h>
Public Member Functions | |
| PresenceStatus () | |
| PresenceStatus (const PresenceStatus &source) | |
| PresenceStatus & | operator= (const PresenceStatus &source) |
Public Attributes | |
| std::unique_ptr< PresenceActivity > | activity |
| The activity the user is engaging in, or nullptr if the user is not sharing any activity. More... | |
| PresenceUserAvailability | availability |
| The offline/online presence of the user. More... | |
| Timestamp | lastUpdate |
| The last time this user's presence changed. More... | |
Information about the user's current presence.
| ttv::social::PresenceStatus::PresenceStatus | ( | ) |
| ttv::social::PresenceStatus::PresenceStatus | ( | const PresenceStatus & | source | ) |
| PresenceStatus& ttv::social::PresenceStatus::operator= | ( | const PresenceStatus & | source | ) |
| std::unique_ptr<PresenceActivity> ttv::social::PresenceStatus::activity |
The activity the user is engaging in, or nullptr if the user is not sharing any activity.
| PresenceUserAvailability ttv::social::PresenceStatus::availability |
The offline/online presence of the user.
| Timestamp ttv::social::PresenceStatus::lastUpdate |
The last time this user's presence changed.
1.8.13