PFLobbyServerConnectionStatus

Values representing the current status of the Lobby Server's connection status to the notification service.

Syntax

enum class PFLobbyServerConnectionStatus  : uint32_t  
{  
    NotConnected = 0,  
    Connected = 1,  
}  

Constants

Constant Description
NotConnected The Lobby Server isn't connected to the notification service.

When not connected to the notification service, the Lobby Server can miss updates or see delayed updates while in this state.
Connected The Lobby Server is connected to the notification service.

When connected to the notification service, the Lobby Server will receive real-time updates indicating changes to the lobby.

Requirements

Header: PFLobby.h

See also

PFLobby members