v1.0.0
Latest
2020.3+

Interface IRelationshipAddedEvent

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

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

Properties

Relationship

Getter for the relationship that was added.

Declaration
Relationship Relationship { get; }
Property Value
TypeDescription
Relationship

The relationship added.