PFLobbyMemberConnectionStatus
Values representing the current status of a member's connection status to the notification service.
Syntax
enum class PFLobbyMemberConnectionStatus : uint32_t
{
NotConnected = 0,
Connected = 1,
}
Constants
Constant | Description |
---|---|
NotConnected | The lobby member is not connected to the notification service. Lobby members that are not connected to the notification service may miss updates or see delayed updates while in this state. |
Connected | The lobby member is connected to the notification service. Lobby members that are connected to the notification service will receive real-time updates indicating changes to the lobby. |
Requirements
Header: PFLobby.h