Skip to main content

EOS_Presence_CopyPresenceOptions

Type Alias EOS_Presence_CopyPresenceOptions 

Source
pub type EOS_Presence_CopyPresenceOptions = _tagEOS_Presence_CopyPresenceOptions;
Expand description

Data for the EOS_Presence_CopyPresence function.

Aliased Type§

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

Fields§

§ApiVersion: i32

API Version: Set this to EOS_PRESENCE_COPYPRESENCE_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 copy from the cache