|
Twitch SDK (Internal)
|
#include <socialtypes.h>
Public Types | |
| enum | Type { Type::Broadcasting, Type::Watching, Type::Playing, Type::Unknown } |
Public Member Functions | |
| PlayingActivity () | |
| virtual Type | GetType () const override |
Public Attributes | |
| std::string | gameName |
| The name of the game being played. More... | |
| std::string | gameDisplayContext |
| Some game specific context string that may indicate some extra info about the state of the game being played. More... | |
| GameId | gameId |
| The ID of the game being played. More... | |
Activity indicating the user is playing a game.
|
stronginherited |
Enumeration that maps to each possible subclass of PresenceActivity.
| Enumerator | |
|---|---|
| Broadcasting | |
| Watching | |
| Playing | |
| Unknown | |
| ttv::social::PlayingActivity::PlayingActivity | ( | ) |
|
inlineoverridevirtual |
The return value indicates which concrete activity subclass this object is.
Implements ttv::social::PresenceActivity.
| std::string ttv::social::PlayingActivity::gameDisplayContext |
Some game specific context string that may indicate some extra info about the state of the game being played.
| GameId ttv::social::PlayingActivity::gameId |
The ID of the game being played.
| std::string ttv::social::PlayingActivity::gameName |
The name of the game being played.
1.8.13