feature: online services push notifications
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
<Compile Include="Exporting\IExportOptions.cs" />
|
||||
<Compile Include="Services\Interop\DiscoServices\Activation\CallbackModel.cs" />
|
||||
<Compile Include="Services\Interop\DiscoServices\Activation\ChallengeModel.cs" />
|
||||
<Compile Include="Services\Interop\DiscoServices\IConnectNotification.cs" />
|
||||
<Compile Include="Services\Jobs\Exporting\JobExportOptions.cs" />
|
||||
<Compile Include="Services\Jobs\Exporting\JobExportRecord.cs" />
|
||||
<Compile Include="Services\Jobs\LocationModes.cs" />
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace Disco.Models.Services.Interop.DiscoServices
|
||||
{
|
||||
public interface IConnectNotification
|
||||
{
|
||||
int Version { get; }
|
||||
int Type { get; }
|
||||
string Content { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user