This function is part of the CustomInvites Interface.
Remarks
Sends a Custom Invite that has previously been initialized via SetCustomInvite to a group of users.
Return Value
-
EOS_Success if the query completes successfully
-
EOS_InvalidParameters if any of the options values are incorrect
-
EOS_TooManyRequests if the number of allowed queries is exceeded
-
EOS_NotFound if SetCustomInvite has not been previously successfully called for this user
Parameters
EOS_CustomInvites_SendCustomInvite
Parameter Type And Name | Usage Information |
---|---|
EOS_HCustomInvites Handle | |
const EOS_CustomInvites_SendCustomInviteOptions* Options | Structure containing information about the request. |
void* ClientData | Arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_CustomInvites_OnSendCustomInviteCallback CompletionDelegate | A callback that is fired when the operation completes, either successfully or in error |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_CustomInvites_OnSendCustomInviteCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_CustomInvites_SendCustomInvite
Callback Parameters
EOS_CustomInvites_OnSendCustomInviteCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_CustomInvites_SendCustomInviteCallbackInfo* Data | A EOS_CustomInvites_SendCustomInviteCallbackInfo containing the output information and result |