기술 자료

지원

Vivox Unreal SDK

Vivox Unreal SDK

IPresenceLocation

Reference the IPresenceLocation interface for user location information.
읽는 시간 1분최근 업데이트: 19일 전

Presence()
information for a user signed in at a particular location.
#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

virtual const FString & LocationId() const =0
The unique identifier for this account's specific login session.

function CurrentPresence

virtual const Presence & CurrentPresence() const =0
The presence for this account at this location.

function Subscription

virtual IPresenceSubscription & Subscription() const =0
The subscription that owns this presence location. This does not change and does not raise a PropertyChangedEvent.