mirror of
https://github.com/EnderIce2/SDR-RPC.git
synced 2025-07-12 08:09:13 +00:00
First commit
This commit is contained in:
14
DiscordAPI/Registry/IUriSchemeCreator.cs
Normal file
14
DiscordAPI/Registry/IUriSchemeCreator.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using DiscordRPC.Logging;
|
||||
|
||||
namespace DiscordRPC.Registry
|
||||
{
|
||||
internal interface IUriSchemeCreator
|
||||
{
|
||||
/// <summary>
|
||||
/// Registers the URI scheme. If Steam ID is passed, the application will be launched through steam instead of directly.
|
||||
/// <para>Additional arguments can be supplied if required.</para>
|
||||
/// </summary>
|
||||
/// <param name="register">The register context.</param>
|
||||
bool RegisterUriScheme(UriSchemeRegister register);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user