Interface EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback
- All Superinterfaces:
com.sun.jna.Callback
public interface EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback
extends com.sun.jna.Callback
- Since:
- 8/19/2023
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME -
Method Summary
Modifier and TypeMethodDescriptionvoidFunction prototype definition for callbacks passed to EOS_Reports_SendPlayerBehaviorReport.
-
Method Details
-
apply
Function prototype definition for callbacks passed to EOS_Reports_SendPlayerBehaviorReport.- Parameters:
data- A EOS_Reports_SendPlayerBehaviorReportCompleteCallbackInfo containing the output information and result.
-