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