Choose your implementation method:
This data structure is part of the Presence Interface.
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
|
This data structure is part of the Presence Interface.
All the known presence information for a specific user. This object must be released by calling {PresenceInterface.Release}.
See Also
{PresenceInterface.CopyPresence}, {PresenceInterface.Release}
Properties
Presence.Info
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_PRESENCE_INFO_API_LATEST.
|
Status Status
|
The status of the user
|
EpicAccountId UserId
|
The Epic Account ID of the user
|
Utf8String ProductId
|
The product ID that the user is logged in from
|
Utf8String ProductVersion
|
The version of the product the user is logged in from
|
Utf8String Platform
|
The platform of that the user is logged in from
|
Utf8String RichText
|
The rich-text of the user
|
DataRecord[] Records
|
The first data record, or NULL if RecordsCount is not at least 1
|
Utf8String ProductName
|
The user-facing name for the product the user is logged in from
|
Utf8String IntegratedPlatform
|
The integrated platform that the user is logged in with
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no