Namespace Unity.Services.Friends
Classes
Friends
Here is the first point and call for accessing the Friends Package's features! Use the .Instance method to get a singleton of the type IFriends. From there, you can make various requests to the friends service API.
FriendsPackageInitializer
FriendsPackageInitializer register the friends component and modifies the configuration based on the project's configuration.
Interfaces
IFriendsService
Definition of the friends service.
IFriendsService is extending the IDisposable interface. Thus, the developer MUST call the .Dispose() method on the friends service singleton instance when they are done using the service implementing this interface.