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),
}