Skip to main content

Java SDK Initialization

Last updated on

Before using the Lobby service, you will need to set some permissions. Initialize the Notification wrapper from the Lobby service using the following code:

Notification wLobbyNotification = new Notification(_sdk);

Once completed, you can use the SDK to create, read, update, or delete notifications or friends, or send and receive WebSocket formatted messages from your app.