Skip to main content

EOS_IntegratedPlatform_OnUserLoginStatusChangedCallback

Type Alias EOS_IntegratedPlatform_OnUserLoginStatusChangedCallback 

Source
pub type EOS_IntegratedPlatform_OnUserLoginStatusChangedCallback = Option<unsafe extern "C" fn(Data: *const EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo)>;
Expand description

The callback function for when a local integrated platform user’s login status has changed.

Aliased Type§

pub enum EOS_IntegratedPlatform_OnUserLoginStatusChangedCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo))

Some value of type T.