Skip to main content

EOS_Sessions_OnSendSessionNativeInviteRequestedCallback

Type Alias EOS_Sessions_OnSendSessionNativeInviteRequestedCallback 

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

Function prototype definition for notifications that comes from EOS_Sessions_AddNotifySendSessionNativeInviteRequested

@param Data A EOS_Sessions_SendSessionNativeInviteRequestedCallbackInfo 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_Sessions_OnSendSessionNativeInviteRequestedCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_Sessions_SendSessionNativeInviteRequestedCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.