docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPresenceLocation

    Presence information for a user signed in at a particular location.

    Inherited Members
    IKeyedItemNotifyPropertyChanged<string>.Key
    INotifyPropertyChanged.PropertyChanged
    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
    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)