Skip to main content

EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback

Type Alias EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback 

Source
pub type EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback = Option<unsafe extern "C" fn(Data: *const EOS_Lobby_SendLobbyNativeInviteRequestedCallbackInfo)>;
Expand description

Function prototype definition for notifications that comes from EOS_Lobby_AddNotifySendLobbyNativeInviteRequested

@param Data A EOS_Lobby_SendLobbyNativeInviteRequestedCallbackInfo containing the output information and result

@note After processing the callback EOS_UI_AcknowledgeEventId must be called.

@see EOS_UI_AcknowledgeEventId

Aliased Type§

pub enum EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_Lobby_SendLobbyNativeInviteRequestedCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.