Skip to main content

EOS_CustomInvites_SendCustomInviteCallbackInfo

Type Alias EOS_CustomInvites_SendCustomInviteCallbackInfo 

Source
pub type EOS_CustomInvites_SendCustomInviteCallbackInfo = _tagEOS_CustomInvites_SendCustomInviteCallbackInfo;
Expand description

Output parameters for the EOS_CustomInvites_SendCustomInvite Function. These parameters are received through the callback provided to EOS_CustomInvites_SendCustomInvite

Aliased Type§

#[repr(C)]
pub struct EOS_CustomInvites_SendCustomInviteCallbackInfo { pub ResultCode: i32, pub ClientData: *mut c_void, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub TargetUserIds: *mut *mut EOS_ProductUserIdDetails, pub TargetUserIdsCount: u32, }

Fields§

§ResultCode: i32

The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.

§ClientData: *mut c_void

Context that was passed into EOS_CustomInvites_SendCustomInvite

§LocalUserId: *mut EOS_ProductUserIdDetails

Local user sending a CustomInvite

§TargetUserIds: *mut *mut EOS_ProductUserIdDetails

Users to whom the invites were successfully sent (can be different than original call if an invite for same Payload was previously sent)

§TargetUserIdsCount: u32

The number of users we are sending to