Live store update notifications.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IStoreUpdateService
|
||||
{
|
||||
bool HasAvailableUpdate { get; }
|
||||
|
||||
Task<bool> RefreshAvailabilityAsync(bool showNotification = false);
|
||||
|
||||
Task<bool> StartUpdateAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user