Lobby notifications

Important

This doc page is currently unlinked. It describes service APIs not yet intended to be called by customers.

Lobby notifications allow players to subscribe and receive real-time push notifications. It's part of the Lobby service and you can use Lobby subscribe APIs implement this for your title.

Today, players can receive messages about two types of information. Using Lobby, you don't have to create a notification system or integrate a separate system for these message notifications.

  1. Lobby changes
  2. Lobby invites

Lobby changes

Whenever lobby properties change, message notifications can be sent to owners and members of the lobby.

Use SubscribeToLobbyResource to subscribe players to lobby change notifications.

Lobby invites

Use InviteToLobby when an invite is sent. This allows the player who receives the invite to get a notification.

See also