Class EOS_UI_Interface

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

public class EOS_UI_Interface extends com.sun.jna.PointerType
The UI Interface is used to access the Social Overlay UI. Each UI component will have a function for opening it. All UI Interface calls take a handle of type EOS_HUI as the first parameter. This handle can be retrieved from an EOS_HPlatform handle by using the EOS_Platform_GetUIInterface function.
Since:
9/7/2023
See Also: