Skip to main content

EOS_Presence_OnJoinGameAcceptedCallback

Type Alias EOS_Presence_OnJoinGameAcceptedCallback 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_Presence_JoinGameAcceptedCallbackInfo))

Some value of type T.