Update OnGameWebCallback docs

This commit is contained in:
Garry Newman 2020-05-07 11:35:36 +01:00
parent c10167bb91
commit 04d1c86954

View File

@ -96,7 +96,8 @@ internal static void InstallEvents()
public static event Action<AppId, ulong, bool> OnMicroTxnAuthorizationResponse;
/// <summary>
/// Sent to your game in response to a steam://gamewebcallback/ command from a user clicking a link in the Steam overlay browser.
/// Sent to your game in response to a steam://gamewebcallback/(appid)/command/stuff command from a user clicking a
/// link in the Steam overlay browser.
/// You can use this to add support for external site signups where you want to pop back into the browser after some web page
/// signup sequence, and optionally get back some detail about that.
/// </summary>