Class EOS_CustomInvites_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_CustomInvites_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_CustomInvites_Interface extends com.sun.jna.PointerType
The Custom Invites Interface is designed to allow developers to have custom game Invite and Join operations driven by the Notification Service and supported by the Overlay (if desired). All Custom Invites Interface calls take a handle of type EOS_HCustomInvites as the first parameter. This handle can be retrieved from a EOS_HPlatform handle by using the EOS_Platform_GetCustomInvitesInterface function.
Since:
8/19/2023
See Also: