Delegate SteamManager.RichPresenceEventHandler
Delegate for rich presence being updated.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public delegate void RichPresenceEventHandler(ulong id, string key = null, string value = null);
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | id | The ID of the user who's rich presence was updated. |
System.String | key | The data key which was updated. A NULL key indicates it was a clearing by the local user or a non-rich presence update about a remote user. |
System.String | value | The data value which was updated. |