Skip to main content

EOS_IntegratedPlatform_OnUserPreLogoutCallback

Type Alias EOS_IntegratedPlatform_OnUserPreLogoutCallback 

Source
pub type EOS_IntegratedPlatform_OnUserPreLogoutCallback = Option<unsafe extern "C" fn(Data: *const EOS_IntegratedPlatform_UserPreLogoutCallbackInfo) -> EOS_EIntegratedPlatformPreLogoutAction>;
Expand description

The callback function for when an integrated platform user is detected to have logged-out.

Aliased Type§

pub enum EOS_IntegratedPlatform_OnUserPreLogoutCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_IntegratedPlatform_UserPreLogoutCallbackInfo) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_IntegratedPlatform_UserPreLogoutCallbackInfo) -> i32)

Some value of type T.