Interface IPresenceSubscription
A subscription to see another user's online status.
Inherited Members
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface IPresenceSubscription : IKeyedItemNotifyPropertyChanged<AccountId>, INotifyPropertyChanged
Properties
Locations
If the account associated with this subscription is signed in, then the Locations lists show an entry for each location and login session for that user.
Declaration
IReadOnlyDictionary<string, IPresenceLocation> Locations { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, IPresenceLocation> |
SubscribedAccount
The account that this subscription pertains to.
Declaration
AccountId SubscribedAccount { get; }
Property Value
Type | Description |
---|---|
AccountId |