This data structure is part of the Presence Interface.
Remarks
All the known presence information for a specific user. This object must be released by calling EOS_Presence_Info_Release.
See Also
EOS_Presence_CopyPresence, EOS_Presence_Info_Release
Properties
EOS_Presence_Info
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_PRESENCE_INFO_API_LATEST. |
EOS_Presence_EStatus Status | The status of the user |
EOS_EpicAccountId UserId | The Epic Account ID of the user |
const char* ProductId | The product ID that the user is logged in from |
const char* ProductVersion | The version of the product the user is logged in from |
const char* Platform | The platform of that the user is logged in from |
const char* RichText | The rich-text of the user |
int32_t RecordsCount | The count of records available |
const EOS_Presence_DataRecord* Records | The first data record, or NULL if RecordsCount is not at least 1 |
const char* ProductName | The user-facing name for the product the user is logged in from |
const char* IntegratedPlatform | The integrated platform that the user is logged in with |