public class EOS_Reports_Interface
extends com.sun.jna.PointerType
| Constructor and Description |
|---|
EOS_Reports_Interface() |
EOS_Reports_Interface(com.sun.jna.Pointer address) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendPlayerBehaviorReport(EOS_Reports_SendPlayerBehaviorReportOptions options,
com.sun.jna.Pointer clientData,
EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback completionDelegate)
Sends the provided report directly to the Epic Online Services back-end.
|
public EOS_Reports_Interface(com.sun.jna.Pointer address)
public EOS_Reports_Interface()
public void sendPlayerBehaviorReport(EOS_Reports_SendPlayerBehaviorReportOptions options, com.sun.jna.Pointer clientData, EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback completionDelegate)
options - Structure containing the player report information.clientData - Optional client data provided by the user of the SDK.completionDelegate - This function is called when the send operation completes.