PFMatchmakingStateChangeType

The types of state changes that can occur in the Matchmaking library.

Syntax

enum class PFMatchmakingStateChangeType  : uint32_t  
{  
    TicketStatusChanged = 0,  
    TicketCompleted = 1,  
}  

Constants

Constant Description
TicketStatusChanged A matchmaking ticket status has changed.

The PFMatchmakingStateChange object should be cast to a PFMatchmakingTicketStatusChangedStateChange object for more information.
TicketCompleted A matchmaking ticket has completed.

The PFMatchmakingStateChange object should be cast to a PFMatchmakingTicketCompletedStateChange object for more information.

Requirements

Header: PFMatchmaking.h

See also

PFMatchmaking members