Skip to main content

EOS_CustomInvites_OnCustomInviteReceivedCallback

Type Alias EOS_CustomInvites_OnCustomInviteReceivedCallback 

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

Function prototype definition for notifications that comes from EOS_CustomInvites_AddNotifyCustomInviteReceived

@param Data A EOS_CustomInvites_OnCustomInviteReceivedCallbackInfo containing the output information and result

Aliased Type§

pub enum EOS_CustomInvites_OnCustomInviteReceivedCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.