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 IRelationshipDeletedEventProperties
Relationship
Getter for the relationship that was deleted.
Declaration
Relationship Relationship { get; }Property Value
| Type | Description |
|---|---|
| Relationship | The relationship deleted. |