Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NStatusPresenceEvent Struct Reference

A batch of status updates for a given user. More...

#include <NStatusPresenceEvent.h>

Public Attributes

std::vector< NUserPresencejoins
 New statuses for the user. More...
 
std::vector< NUserPresenceleaves
 Previous statuses for the user. More...
 

Detailed Description

A batch of status updates for a given user.

Member Data Documentation

◆ joins

std::vector<NUserPresence> NStatusPresenceEvent::joins

New statuses for the user.

◆ leaves

std::vector<NUserPresence> NStatusPresenceEvent::leaves

Previous statuses for the user.


The documentation for this struct was generated from the following file: