Namespace Unity.Services.Friends
Classes
FriendsPackageInitializer
FriendsPackageInitializer register the friends component and modifies the configuration based on the project's configuration.
FriendsService
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 IFriendsService. From there, you can make various requests to the friends service API.
Interfaces
IFriendsService
FriendsService is the managed service that let's user's interact with the Friends package's features
IMessagingService
MessagingService allows users to send a message to other users.