docs.unity3d.com
    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
    Syntax
    public interface IPresenceUpdatedEvent

    Properties

    ID

    Getter for the identifier of the member who's presence got updated.

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

    The identifier of the member who's presence got updated.

    Presence

    Getter for the presence of the member who's presence got updated.

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

    The presence of the member who's presence got updated.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023