Closed keeleycenc closed 4 months ago
Show
Please check the type of change your PR introduces:
// TODO: Implement native Toast without external libraries throw new NotImplementedException();
<ContentControl x:Name="NotificationHost"/>
private readonly INotificationService _notificationService; private void ShowNotification(string message) { _notificationService.Show(message, NotificationHost); }
Hey @keeleycenc, thanks for the work you put in, but this is not Toast to be implemented.
Toast
https://learn.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/toast-notifications-overview
Show
method to display notifications and play animations.Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
What is the new behavior?
Other information