EOS_Connect_LoginStatusChangedCallbackInfo

EOS API reference page for EOS_Connect_LoginStatusChangedCallbackInfo

阅读时间少于1分钟

This data structure is part of the Connect Interface.

Remarks

Output parameters for the EOS_Connect_OnLoginStatusChangedCallback function.

Properties

EOS_Connect_LoginStatusChangedCallbackInfo

PropertyValue
void* ClientDataContext that was passed into EOS_Connect_AddNotifyLoginStatusChanged.
EOS_ProductUserId LocalUserIdThe Product User ID of the local player whose status has changed.
EOS_ELoginStatus PreviousStatusThe status prior to the change.
EOS_ELoginStatus CurrentStatusThe status at the time of the notification.