This function is part of the Reports Interface.
Sends the provided report directly to the Epic Online Services back-end.
Parameters
EOS_Reports_SendPlayerBehaviorReport
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the void*
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_Reports_SendPlayerBehaviorReport.
Callback Parameters
EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback
This function is part of the Reports Interface.
Sends the provided report directly to the Epic Online Services back-end.
Parameters
Reports.ReportsInterface.SendPlayerBehaviorReport
Parameter Type And Name
|
Usage Information
|
SendPlayerBehaviorReportOptions options
|
Structure containing the player report information.
|
object clientData
|
Optional client data provided by the user of the SDK.
|
OnSendPlayerBehaviorReportCompleteCallback completionDelegate
|
This function is called when the send operation completes.
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the void*
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_Reports_SendPlayerBehaviorReport.
Callback Parameters
Reports.OnSendPlayerBehaviorReportCompleteCallback
Parameter Type And Name
|
Usage Information
|
SendPlayerBehaviorReportCompleteCallbackInfo data
|
A EOS_Reports_SendPlayerBehaviorReportCompleteCallbackInfo containing the output information and result.
|
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