PFLobbyMemberUpdateSummary
A collection of hints about an update which has been successfully applied to the lobby on behalf of a member.
Syntax
struct PFLobbyMemberUpdateSummary {
PFEntityKey member;
bool connectionStatusUpdated;
uint32_t updatedMemberPropertyCount;
const char* const* updatedMemberPropertyKeys;
}
Members
member
PFEntityKey
The member which performed the update
connectionStatusUpdated
bool
A flag indicating whether the member's connection status has updated.
updatedMemberPropertyCount
uint32_t
The number of member properties which have been updated for member
.
updatedMemberPropertyKeys
const char* const*
array of size updatedMemberPropertyCount
The keys of the member properties which have been updated for member
.
Requirements
Header: PFLobby.h