pub type EOS_Connect_OnLoginStatusChangedCallback = Option<unsafe extern "C" fn(Data: *const EOS_Connect_LoginStatusChangedCallbackInfo)>;Expand description
Function prototype definition for notifications that come from EOS_Connect_AddNotifyLoginStatusChanged.
@param Data A EOS_Connect_LoginStatusChangedCallbackInfo containing the output information and result.
Aliased Type§
pub enum EOS_Connect_OnLoginStatusChangedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_Connect_LoginStatusChangedCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Connect_LoginStatusChangedCallbackInfo))
Some value of type T.