Interface IPresenceLocation
Presence information for a user signed in at a particular location.
Inherited Members
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface IPresenceLocation : IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged
Properties
CurrentPresence
The presence for this account at this location. When changed, this raises a PropertyChangedEvent.
Declaration
Presence CurrentPresence { get; }
Property Value
Type | Description |
---|---|
Presence |
LocationId
The unique identifier for this account's specific login session. This does not change and does not raise a PropertyChangedEvent.
Declaration
string LocationId { get; }
Property Value
Type | Description |
---|---|
string |
Subscription
The subscription that owns this presence location. This does not change and does not raise a PropertyChangedEvent.
Declaration
IPresenceSubscription Subscription { get; }
Property Value
Type | Description |
---|---|
IPresenceSubscription |