Toast notification disappears after 10 sec,if user does not tap on that and I am not able to get How to handle this, if user misses the notification.
Requirement is that toast should not disappear untill user taps on it.
One way of doing this is to send toast and tile notification at the same time.so that if user misses the toast notification then he may find it on tile.But not able to get how to do it using push sharp.So please suggest any solution for the following :
- How to decide duration of toast notification using push sharp?
- If 1st one is not possible then how to send toast and tile notification together using push sharp?
Thanks