InAppNotification should have a Xaml NotificationDuration property #4676
michael-hawker
started this conversation in
Ideas
Replies: 2 comments
-
@vgromfeld is this something you would need? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, that would be something nice to have. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm submitting a...
Current behavior
You need to pass in a duration to the show method.
Expected behavior
It'd be nice to have a
NotificationDuration
property that you can set in XAML. If set, this would be used in the Show calls if no duration is passed in. Otherwise, it'd be the current behavior (i.e. this wouldn't be a breaking change but an addition).This would be helpful for centralized notifications or more complex stying/behaviors dictated by other XAML systems.
Beta Was this translation helpful? Give feedback.
All reactions