Interface EOS_Sessions_OnLeaveSessionRequestedCallback
- All Superinterfaces:
com.sun.jna.Callback
public interface EOS_Sessions_OnLeaveSessionRequestedCallback
extends com.sun.jna.Callback
- Since:
- 9/7/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 notifications that comes from EOS_Sessions_AddNotifyLeaveSessionRequested.
-
Method Details
-
apply
Function prototype definition for notifications that comes from EOS_Sessions_AddNotifyLeaveSessionRequested.- Parameters:
data- A pointer to EOS_Sessions_LeaveSessionRequestedCallbackInfo containing the output information.
-