docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IFriendsNotificationsApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    Namespace: Unity.Services.Apis.Friends
    Assembly: solution.dll
    Syntax
    public interface IFriendsNotificationsApi : IApiAccessor

    Methods

    GetNotificationsAuth(CancellationToken)

    Get notification auth details.

    Declaration
    ApiOperation<NotificationAuth> GetNotificationsAuth(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    Cancellation Token to cancel the request.

    Returns
    Type Description
    ApiOperation<NotificationAuth>

    The operation

    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)