Interface IPresenceUpdatedEvent
Event triggered when another user that has a relationship with the current user updates their presence.
Namespace: Unity.Services.Friends.Notifications
Assembly: Unity.Services.Friends.dll
Syntax
public interface IPresenceUpdatedEvent
Properties
ID
Getter for the identifier of the member whose presence got updated.
Declaration
string ID { get; }
Property Value
Type | Description |
---|---|
string | The identifier of the member whose presence got updated. |
Presence
Getter for the presence of the member whose presence got updated.
Declaration
Presence Presence { get; }
Property Value
Type | Description |
---|---|
Presence | The presence of the member whose presence got updated. |