This data structure is part of the Connect Interface.
Remarks
Output parameters for the EOS_Connect_OnLoginStatusChangedCallback function.
Properties
EOS_Connect_LoginStatusChangedCallbackInfo
Property | Value |
---|---|
void* ClientData | Context that was passed into EOS_Connect_AddNotifyLoginStatusChanged. |
EOS_ProductUserId LocalUserId | The Product User ID of the local player whose status has changed. |
EOS_ELoginStatus PreviousStatus | The status prior to the change. |
EOS_ELoginStatus CurrentStatus | The status at the time of the notification. |