Interface IRelationshipDeletedEvent
Event triggered when another user deletes a relationship targeting the current user.
Namespace: Unity.Services.Friends.Notifications
Assembly: Unity.Services.Friends.dll
Syntax
public interface IRelationshipDeletedEvent
Properties
Relationship
Getter for the relationship that was deleted.
Declaration
Relationship Relationship { get; }
Property Value
Type | Description |
---|---|
Relationship | The relationship deleted. |