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_voidContext that was passed into EOS_CustomInvites_AddNotifyRequestToJoinResponseReceived
FromUserId: *mut EOS_ProductUserIdDetailsUser that sent this response
ToUserId: *mut EOS_ProductUserIdDetailsRecipient Local user id
Response: i32The Intent associated with this response