Skip to main content

EOS_Presence_HasPresenceOptions

Type Alias EOS_Presence_HasPresenceOptions 

Source
pub type EOS_Presence_HasPresenceOptions = _tagEOS_Presence_HasPresenceOptions;
Expand description

Data for the EOS_Presence_HasPresence function.

Aliased Type§

#[repr(C)]
pub struct EOS_Presence_HasPresenceOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub TargetUserId: *mut EOS_EpicAccountIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_PRESENCE_HASPRESENCE_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local, logged-in user making the request

§TargetUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user whose cached presence data you want to locate