docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPresenceUpdatedEvent

    Event triggered when another user that has a relationship with the current user updates their presence.

    Namespace: Unity.Services.Friends.Notifications
    Assembly: Unity.Services.Friends.dll
    Syntax
    public interface IPresenceUpdatedEvent

    Properties

    ID

    Getter for the identifier of the member whose presence got updated.

    Declaration
    string ID { get; }
    Property Value
    Type Description
    string

    The identifier of the member whose presence got updated.

    Presence

    Getter for the presence of the member whose presence got updated.

    Declaration
    Presence Presence { get; }
    Property Value
    Type Description
    Presence

    The presence of the member whose presence got updated.

    In This Article
    Back to top
    Copyright © 2024 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)