IPresenceLocation
Reference the IPresenceLocation interface for user location information.
Read time 1 minuteLast updated 2 days ago
Presence()#include <IPresenceLocation.h>Public Functions
Name | |
|---|---|
| virtual const FString & | LocationId() const =0 The unique identifier for this account's specific login session. |
| virtual const Presence & | CurrentPresence() const =0 The presence for this account at this location. |
| virtual IPresenceSubscription & | Subscription() const =0 The subscription that owns this presence location. This does not change and does not raise a PropertyChangedEvent. |
Public Functions Documentation
function LocationId
The unique identifier for this account's specific login session.virtual const FString & LocationId() const =0
function CurrentPresence
The presence for this account at this location.virtual const Presence & CurrentPresence() const =0
function Subscription
The subscription that owns this presence location. This does not change and does not raise a PropertyChangedEvent.virtual IPresenceSubscription & Subscription() const =0