Skip to main content

EOS_Sessions_AttributeData

Type Alias EOS_Sessions_AttributeData 

Source
pub type EOS_Sessions_AttributeData = _tagEOS_Sessions_AttributeData;
Expand description

Contains information about both session and search parameter attribution

Aliased Type§

#[repr(C)]
pub struct EOS_Sessions_AttributeData { pub ApiVersion: i32, pub Key: *const u8, pub Value: _tagEOS_Sessions_AttributeData__bindgen_ty_1, pub ValueType: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST.

§Key: *const u8

Name of the session attribute

§Value: _tagEOS_Sessions_AttributeData__bindgen_ty_1

Value of the session attribute

§ValueType: i32

Type of value stored in the union