I want to leverage SystemNotification so I can display a long-standing notification that would be dismissed after completion of a task.
That notification would have a ProgressIndicator and a message. Once the operation is completed, a checkmark would be displayed with the completion message.
Something like:
(*) Syncing your account
(check) Your account has been synced.
I was thinking of enhancing the SystemNotificationContext to provide this capability.
Is that the recommended way?
I want to leverage
SystemNotificationso I can display a long-standing notification that would be dismissed after completion of a task.That notification would have a ProgressIndicator and a message. Once the operation is completed, a checkmark would be displayed with the completion message.
Something like:
(*) Syncing your account
(check) Your account has been synced.
I was thinking of enhancing the
SystemNotificationContextto provide this capability.Is that the recommended way?