aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sample_recipe/webview.js
blob: dc4a0624690fcf873e4c4d254ca1b15d4d6c88c8 (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = () => {
  // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
  // const getMessages = () => {
  //   // TODO: Insert your notification-finding code here
  //   Ferdium.setBadge(0, 0);
  // };
  // Ferdium.loop(getMessages);
};