PartyInvitation

Represents an invitation used to authenticate a user into a network.

Syntax

class PartyInvitation  

Public Methods

Name Description
GetCreatorEntityId Gets the PlayFab Entity ID of the user that created this invitation or nullptr if this invitation was generated as part of a PartyManager::CreateNewNetwork() operation.
GetInvitationConfiguration Gets this invitation's configuration.
GetCustomContext Retrieves the app's private, custom pointer-sized context value previously associated with this invitation object.
SetCustomContext Configures an optional, custom pointer-sized context value with this invitation object.

Requirements

Header: Party.h

See also

Party members
PartyManager::CreateNewNetwork
PartyNetwork::CreateInvitation
PartyNetwork::AuthenticateLocalUser
PartyInvitationConfiguration