v1.0.0
Latest
2020.3+
Namespace Unity.Services.Friends.Notifications
Classes
FriendsEventCallbacks
A class for you to provide the callbacks you want to be called from the events subscription.
Interfaces
IFriendsEvents
An interface allowing the subscription and unsubscription to the Friends notification system and the callbacks invoked when an event occurs on the notification system.
IMessageReceivedEvent
Event triggered when a message is received from another user. Not intended to be used as a chat.
IPresenceUpdatedEvent
Event triggered when another user that has a relationship with the current user updates their presence.
IRelationshipAddedEvent
Event triggered when another user creates a relationship targeting the current user.
IRelationshipDeletedEvent
Event triggered when another user deletes a relationship targeting the current user.
Enums
FriendsEventConnectionState
An enum describing the current state of a Relationships Event subscription's connection status.