pub type EOS_Presence_OnJoinGameAcceptedCallback = Option<unsafe extern "C" fn(Data: *const EOS_Presence_JoinGameAcceptedCallbackInfo)>;Expand description
Function prototype definition for notifications that come from EOS_Presence_AddNotifyJoinGameAccepted
@param Data A EOS_Presence_JoinGameAcceptedCallbackInfo containing the output information and result
@note EOS_UI_AcknowledgeEventId must be called with any valid UiEventId passed via the data.
Aliased Type§
pub enum EOS_Presence_OnJoinGameAcceptedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_Presence_JoinGameAcceptedCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Presence_JoinGameAcceptedCallbackInfo))
Some value of type T.