docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPresenceSubscription

    A subscription to see another user's online status.

    Inherited Members
    IKeyedItemNotifyPropertyChanged<AccountId>.Key
    INotifyPropertyChanged.PropertyChanged
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)