Skip to main content

EOS_Sessions_JoinSessionAcceptedCallbackInfo

Type Alias EOS_Sessions_JoinSessionAcceptedCallbackInfo 

Source
pub type EOS_Sessions_JoinSessionAcceptedCallbackInfo = _tagEOS_Sessions_JoinSessionAcceptedCallbackInfo;
Expand description

Output parameters for the EOS_Sessions_OnJoinSessionAcceptedCallback function.

Aliased Type§

#[repr(C)]
pub struct EOS_Sessions_JoinSessionAcceptedCallbackInfo { pub ClientData: *mut c_void, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub UiEventId: u64, }

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_Sessions_AddNotifyJoinSessionAccepted

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID for the user who initialized the game

§UiEventId: u64

The UI Event associated with this Join Game event. This should be used with EOS_Sessions_CopySessionHandleByUiEventId to get a handle to be used when calling EOS_Sessions_JoinSession.