Skip to main content

EOS_CustomInvites_RequestToJoinReceivedCallbackInfo

Type Alias EOS_CustomInvites_RequestToJoinReceivedCallbackInfo 

Source
pub type EOS_CustomInvites_RequestToJoinReceivedCallbackInfo = _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo;
Expand description

Output parameters for the EOS_CustomInvites_AddNotifyRequestToJoinReceived function.

Aliased Type§

#[repr(C)]
pub struct EOS_CustomInvites_RequestToJoinReceivedCallbackInfo { pub ClientData: *mut c_void, pub FromUserId: *mut EOS_ProductUserIdDetails, pub ToUserId: *mut EOS_ProductUserIdDetails, }

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_CustomInvites_AddNotifyRequestToJoinReceived

§FromUserId: *mut EOS_ProductUserIdDetails

User that sent this response

§ToUserId: *mut EOS_ProductUserIdDetails

Recipient Local user id