This data structure is part of the Auth Interface.
Remarks
Output parameters for the EOS_Auth_OnLoginStatusChangedCallback Function.
Properties
EOS_Auth_LoginStatusChangedCallbackInfo
Property | Value |
---|---|
void* ClientData | Context that was passed into EOS_Auth_AddNotifyLoginStatusChanged |
EOS_EpicAccountId LocalUserId | The Epic Account ID of the local user whose status has changed |
EOS_ELoginStatus PrevStatus | The status prior to the change |
EOS_ELoginStatus CurrentStatus | The status at the time of the notification |