Class EOS_Lobby_Interface

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

public class EOS_Lobby_Interface extends com.sun.jna.PointerType
The Lobby Interface is used to manage lobbies that provide a persistent connection between users and notifications of data sharing/updates. Lobbies may also be found by advertising and searching with the backend service. All Lobby Interface calls take a handle of type EOS_HLobby as the first parameter. This handle can be retrieved from an EOS_HPlatform handle by using the EOS_Platform_GetLobbyInterface function.
Since:
8/16/2023
See Also: