Skip to main content

EOS_CustomInvites_RequestToJoinResponseReceivedCallbackInfo

Type Alias EOS_CustomInvites_RequestToJoinResponseReceivedCallbackInfo 

Source
pub type EOS_CustomInvites_RequestToJoinResponseReceivedCallbackInfo = _tagEOS_CustomInvites_RequestToJoinResponseReceivedCallbackInfo;
Expand description

Output parameters for the EOS_CustomInvites_OnRequestToJoinResponseReceivedCallback function.

Aliased Type§

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

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_CustomInvites_AddNotifyRequestToJoinResponseReceived

§FromUserId: *mut EOS_ProductUserIdDetails

User that sent this response

§ToUserId: *mut EOS_ProductUserIdDetails

Recipient Local user id

§Response: i32

The Intent associated with this response