Class EOS_UserInfo_Interface

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

public class EOS_UserInfo_Interface extends com.sun.jna.PointerType
The UserInfo Interface is used to receive user information for Epic Account IDs from the backend services and to retrieve that information once it is cached. All UserInfo Interface calls take a handle of type EOS_UserInfo as the first parameter. This handle can be retrieved from a EOS_Platform handle by using the EOS_Platform_GetUserInfoInterface function.
Since:
9/3/2023
See Also: