docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FriendsService

    Provides access to the features of the Friends package. The IFriendsService Instance property provides a singleton that can be used to manage create, manage, and update friendships and other relationships.

    Inheritance
    object
    FriendsService
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Friends
    Assembly: Unity.Services.Friends.dll
    Syntax
    public static class FriendsService

    Properties

    Instance

    Provides the Friends Service SDK interface for making service API requests. It is highly recommended to use the ManagedRelationshipService instead due to the sheer amount of convenience methods it has. In order to access the ManagedRelationshipService object, call ManagedRelationshipService.CreateManagedRelationshipServiceAsync()

    Declaration
    public static IFriendsService Instance { get; }
    Property Value
    Type Description
    IFriendsService
    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)