feat: implement real-time reading progress and refactor profile to CQRS
This commit is contained in:
@@ -5,7 +5,7 @@ namespace NexusReader.UI.Shared.Services;
|
||||
public interface ISyncService
|
||||
{
|
||||
Task<Result> InitializeAsync();
|
||||
Task<Result> UpdateProgressAsync(string pageId);
|
||||
Task<Result> UpdateProgressAsync(string pageId, Guid ebookId, double progress, string? chapterTitle);
|
||||
event Func<string, DateTime, Task> OnProgressReceived;
|
||||
Task DisposeAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user