This data structure is part of the Sessions Interface.
Remarks
Contains information about both session and search parameter attribution
Properties
EOS_Sessions_AttributeData
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST. |
const char* Key | Name of the session attribute |
int64_t AsInt64 | Stored as an 8 byte integer |
double AsDouble | Stored as a double precision floating point |
EOS_Bool AsBool | Stored as a boolean |
const char* AsUtf8 | Stored as a null terminated UTF8 string. Should not be nullptr |
} Value | Stored as a null terminated UTF8 string. Should not be nullptr |
EOS_ESessionAttributeType ValueType | Type of value stored in the union |