I am building a sample app to test the new push notification features in UWP. I have come accross the new addition in the PushNotificationType
enum.
Namely PushNotificationType.TileFlyout
Does it suggest that there is a fifth kind of push notification in UWP or is it something else?
I can't find any documentation on it and because of that I can't try it myself since there is no xml schema to base a notification payload on.