pub type EOS_CustomInvites_OnSendCustomNativeInviteRequestedCallback = Option<unsafe extern "C" fn(Data: *const EOS_CustomInvites_SendCustomNativeInviteRequestedCallbackInfo)>;Expand description
Function prototype definition for notifications that comes from EOS_CustomInvites_AddNotifySendCustomNativeInviteRequested
@param Data A EOS_CustomInvites_SendCustomNativeInviteRequestedCallbackInfo 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_CustomInvites_OnSendCustomNativeInviteRequestedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_SendCustomNativeInviteRequestedCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_SendCustomNativeInviteRequestedCallbackInfo))
Some value of type T.