pub type EOS_Sessions_OnSessionInviteReceivedCallback = Option<unsafe extern "C" fn(Data: *const EOS_Sessions_SessionInviteReceivedCallbackInfo)>;Expand description
Function prototype definition for notifications that come from EOS_Sessions_AddNotifySessionInviteReceived
@param Data A EOS_Sessions_SessionInviteReceivedCallbackInfo containing the output information and result
Aliased Type§
pub enum EOS_Sessions_OnSessionInviteReceivedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_Sessions_SessionInviteReceivedCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Sessions_SessionInviteReceivedCallbackInfo))
Some value of type T.