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