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