This data structure is part of the Lobby Interface.
Remarks
Output parameters for the EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback Function.
Properties
EOS_Lobby_SendLobbyNativeInviteRequestedCallbackInfo
Property | Value |
---|---|
void* ClientData | Context that was passed into EOS_Lobby_AddNotifySendLobbyNativeInviteRequested |
EOS_UI_EventId UiEventId | Identifies this event which will need to be acknowledged with EOS_UI_AcknowledgeEventId(). |
EOS_ProductUserId LocalUserId | The Product User ID of the local user who is inviting. |
EOS_IntegratedPlatformType TargetNativeAccountType | The Native Platform Account Type. If only a single integrated platform is configured then this will always reference that platform. |
const char* TargetUserNativeAccountId | The Native Platform Account ID of the target user being invited. |
EOS_LobbyId LobbyId | Lobby ID that the user is being invited to |