Delegate SteamManager.UserRichPresenceEventHandler
Delegate for rich presence being updated on SteamUser components.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public delegate void UserRichPresenceEventHandler(string key = null, string value = null);
Parameters
Type | Name | Description |
---|---|---|
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. |