Presence
Reference the Presence interface for managing user status and information.
Read time 1 minuteLast updated 2 days ago
The presence information for a user at a location.
#include <Presence.h>Public Functions
Name | |
|---|---|
| Presence(PresenceStatus status =PresenceStatus::Unavailable, const FString & message =FString()) Constructor. | |
| PresenceStatus | CurrentStatus() const The online status of the user. |
| const FString & | Message() const An optional message published by that user. |
Public Functions Documentation
function Presence
Constructor.explicit Presence( PresenceStatus status =PresenceStatus::Unavailable, const FString & message =FString())
function CurrentStatus
The online status of the user.PresenceStatus CurrentStatus() const
function Message
An optional message published by that user.const FString & Message() const