Interface EOS_Presence_OnJoinGameAcceptedCallback
- All Superinterfaces:
com.sun.jna.Callback
public interface EOS_Presence_OnJoinGameAcceptedCallback
extends com.sun.jna.Callback
- Since:
- 8/22/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 come from EOS_Presence_AddNotifyJoinGameAccepted
EOS_UI_AcknowledgeEventId must be called with any valid UiEventId passed via the data.
-
Method Details
-
apply
Function prototype definition for notifications that come from EOS_Presence_AddNotifyJoinGameAccepted
EOS_UI_AcknowledgeEventId must be called with any valid UiEventId passed via the data.- Parameters:
data- A EOS_Presence_JoinGameAcceptedCallbackInfo containing the output information and result
-