aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoho-projects/webview.js
blob: 2d2d85ff4b22e3a0050e2dff3d8a74f29b15f2d6 (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = () => {
  // TODO: If your Zoho Projects 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);
};