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