Namespace Unity.Services.Friends.Notifications
Classes
RelationshipsEventCallbacks
A class for you to provide the callbacks you want to be called from the friends event subscription.
Interfaces
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.
IRelationshipsEvents
An interface allowing the subscription and unsubscription to the Relationships notification system and the callbacks invoked when an event occurs on the notification system.
Enums
RelationshipsEventConnectionState
An enum describing the current state of a Relationships Event subscription's connection status.