using DiscordRPC.Logging; namespace DiscordRPC.Registry { internal interface IUriSchemeCreator { /// /// Registers the URI scheme. If Steam ID is passed, the application will be launched through steam instead of directly. /// Additional arguments can be supplied if required. /// /// The register context. bool RegisterUriScheme(UriSchemeRegister register); } }