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§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Sessions_SendSessionNativeInviteRequestedCallbackInfo))
Some value of type T.