v1.0.0
Latest
2020.3+

Interface IRelationshipDeletedEvent

Event triggered when another user deletes a relationship targeting the current user.

Namespace: Unity.Services.Friends.Notifications
Syntax
public interface IRelationshipDeletedEvent

Properties

Relationship

Getter for the relationship that was deleted.

Declaration
Relationship Relationship { get; }
Property Value
TypeDescription
Relationship

The relationship deleted.