Implementate notifiche
This commit is contained in:
@@ -4,7 +4,7 @@ using salesbook.Shared.Core.Dto.Contact;
|
||||
using salesbook.Shared.Core.Dto.JobProgress;
|
||||
using salesbook.Shared.Core.Entity;
|
||||
|
||||
namespace salesbook.Shared.Core.Interface;
|
||||
namespace salesbook.Shared.Core.Interface.IntegryApi;
|
||||
|
||||
public interface IIntegryApiService
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace salesbook.Shared.Core.Interface;
|
||||
namespace salesbook.Shared.Core.Interface.IntegryApi;
|
||||
|
||||
public interface IIntegryNotificationRestClient
|
||||
{
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace salesbook.Shared.Core.Interface.System.Battery;
|
||||
|
||||
public interface IBatteryOptimizationManagerService
|
||||
{
|
||||
bool IsBatteryOptimizationEnabled();
|
||||
|
||||
void OpenBatteryOptimizationSettings(Action<bool> onCompleted);
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace salesbook.Shared.Core.Interface;
|
||||
namespace salesbook.Shared.Core.Interface.System.Network;
|
||||
|
||||
public interface INetworkService
|
||||
{
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace salesbook.Shared.Core.Interface.System.Notification;
|
||||
|
||||
public interface IShinyNotificationManager
|
||||
{
|
||||
Task RequestAccess();
|
||||
}
|
||||
Reference in New Issue
Block a user