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 i8,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_Sessions_AddNotifySessionInviteReceived
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user who received the invite
TargetUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user who sent the invitation
InviteId: *const i8Invite ID used to retrieve the actual session details