EOS_Sessions_AttributeData

EOS API reference page for EOS_Sessions_AttributeData

1분 미만 소요

This data structure is part of the Sessions Interface.

Remarks

Contains information about both session and search parameter attribution

Properties

EOS_Sessions_AttributeData

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST.
const char* KeyName of the session attribute
int64_t AsInt64Stored as an 8 byte integer
double AsDoubleStored as a double precision floating point
EOS_Bool AsBoolStored as a boolean
const char* AsUtf8Stored as a null terminated UTF8 string. Should not be nullptr
} ValueStored as a null terminated UTF8 string. Should not be nullptr
EOS_ESessionAttributeType ValueTypeType of value stored in the union