This data structure is part of the CustomInvites Interface.
Remarks
Output parameters for the EOS_CustomInvites_SendCustomInvite Function. These parameters are received through the callback provided to EOS_CustomInvites_SendCustomInvite
Properties
EOS_CustomInvites_SendCustomInviteCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors. |
void* ClientData | Context that was passed into EOS_CustomInvites_SendCustomInvite |
EOS_ProductUserId LocalUserId | Local user sending a CustomInvite |
EOS_ProductUserId* TargetUserIds | Users to whom the invites were successfully sent (can be different than original call if an invite for same Payload was previously sent) |
uint32_t TargetUserIdsCount | The number of users we are sending to |