v1.0.0
Latest
2020.3+
Interface IPresenceUpdatedEvent
Event triggered when another user that has a relationship with the current user updates their presence.
Namespace: Unity.Services.Friends.Notifications
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. |