docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IFriendsEvents

    An interface allowing the subscription and unsubscription to the Friends notification system and the callbacks invoked when an event occurs on the notification system.

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

    Properties

    Callbacks

    The callbacks associated with the Friends events subscription.

    Declaration
    FriendsEventCallbacks Callbacks { get; }
    Property Value
    Type Description
    FriendsEventCallbacks

    Methods

    SubscribeAsync()

    Subscribes or re-subscribes to the events system.

    Declaration
    Task SubscribeAsync()
    Returns
    Type Description
    Task

    An awaitable task.

    Exceptions
    Type Condition
    FriendsServiceException

    Represents an exception that occurs when communicating with the Unity Friends service.

    UnsubscribeAsync()

    Unsubscribes from the events system.

    Declaration
    Task UnsubscribeAsync()
    Returns
    Type Description
    Task

    An awaitable task.

    Exceptions
    Type Condition
    FriendsServiceException

    Represents an exception that occurs when communicating with the Unity Friends service.

    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)