pub type EOS_Presence_GetJoinInfoOptions = _tagEOS_Presence_GetJoinInfoOptions;Expand description
Data for the EOS_Presence_GetJoinInfo function.
Aliased Type§
#[repr(C)]pub struct EOS_Presence_GetJoinInfoOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub TargetUserId: *mut EOS_EpicAccountIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_PRESENCE_GETJOININFO_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe local user’s Epic Account ID
TargetUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID to query for join info; this value must either be a logged-in local user, or a friend of that user