Skip to main content

EOS_Presence_GetJoinInfoOptions

Type Alias EOS_Presence_GetJoinInfoOptions 

Source
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: i32

API Version: Set this to EOS_PRESENCE_GETJOININFO_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The local user’s Epic Account ID

§TargetUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID to query for join info; this value must either be a logged-in local user, or a friend of that user