Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <toast launch="MyNotificationID">
  2. <audio silent="false"
  3. src="ms-appx:///Assets/MyCustomNotificationSound.mp3" />
  4. <visual>
  5. <binding template="ToastText02">
  6. <text id="1">MyTitle</text>
  7. <text id="2">My notification content</text>
  8. </binding>
  9. </visual>
  10. </toast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement