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.
Inherited Members
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 |