This data structure is part of the CustomInvites Interface.
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
|
This data structure is part of the CustomInvites Interface.
Output parameters for the {CustomInvitesInterface.SendCustomInvite} Function. These parameters are received through the callback provided to {CustomInvitesInterface.SendCustomInvite}
Properties
CustomInvites.SendCustomInviteCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_CustomInvites_SendCustomInvite
|
ProductUserId LocalUserId
|
Local user sending a CustomInvite
|
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)
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no