Skip to main content

EOS_Lobby_LobbyInviteReceivedCallbackInfo

Type Alias EOS_Lobby_LobbyInviteReceivedCallbackInfo 

Source
pub type EOS_Lobby_LobbyInviteReceivedCallbackInfo = _tagEOS_Lobby_LobbyInviteReceivedCallbackInfo;
Expand description

Output parameters for the EOS_Lobby_OnLobbyInviteReceivedCallback Function.

Aliased Type§

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

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_Lobby_AddNotifyLobbyInviteReceived

§InviteId: *const i8

The ID of the invitation

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user who received the invitation

§TargetUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user who sent the invitation