Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 16, 2024
1 parent 5e8f8b4 commit 0dcdbf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Shiny.Push/Platforms/Apple/IApplePushDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ public interface IApplePushDelegate : IPushDelegate
/// <param name="notification"></param>
/// <returns></returns>
UIBackgroundFetchResult? GetFetchResult(PushNotification notification);

// TODO: should fetch result run instead OnReceived?
//Task<UIBackgroundFetchResult> Get
}

0 comments on commit 0dcdbf1

Please sign in to comment.