Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top © 2025 Kaiju Solutions Inc.