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§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo))
Some value of type T.