Skip to main content

EOS_Sessions_SessionInviteReceivedCallbackInfo

Type Alias EOS_Sessions_SessionInviteReceivedCallbackInfo 

Source
pub type EOS_Sessions_SessionInviteReceivedCallbackInfo = _tagEOS_Sessions_SessionInviteReceivedCallbackInfo;
Expand description

Output parameters for the EOS_Sessions_OnSessionInviteReceivedCallback function.

Aliased Type§

#[repr(C)]
pub struct EOS_Sessions_SessionInviteReceivedCallbackInfo { pub ClientData: *mut c_void, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub TargetUserId: *mut EOS_ProductUserIdDetails, pub InviteId: *const u8, }

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_Sessions_AddNotifySessionInviteReceived

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user who received the invite

§TargetUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user who sent the invitation

§InviteId: *const u8

Invite ID used to retrieve the actual session details