Skip to main content

EOS_Auth_LoginStatusChangedCallbackInfo

Type Alias EOS_Auth_LoginStatusChangedCallbackInfo 

Source
pub type EOS_Auth_LoginStatusChangedCallbackInfo = _tagEOS_Auth_LoginStatusChangedCallbackInfo;
Expand description

Output parameters for the EOS_Auth_OnLoginStatusChangedCallback Function.

Aliased Type§

#[repr(C)]
pub struct EOS_Auth_LoginStatusChangedCallbackInfo { pub ClientData: *mut c_void, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub PrevStatus: i32, pub CurrentStatus: i32, }

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_Auth_AddNotifyLoginStatusChanged

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local user whose status has changed

§PrevStatus: i32

The status prior to the change

§CurrentStatus: i32

The status at the time of the notification