capacitor-community / intercom

Enable Intercom for Capacitor apps
https://capacitorjs.com/docs
MIT License
59 stars 77 forks source link

support for 'onUnreadCountChange' #99

Open drakedeatonuk opened 10 months ago

drakedeatonuk commented 10 months ago

The Intercom web API has an 'onUnreadCountChange' call: https://developers.intercom.com/installing-intercom/web/methods/#intercomonunreadcountchange

This call is also implemented on the React Native Intercom project: 'onUnreadCountChange'

This would be a very useful call to have in this package...

Any chance anybody here has a fork with such an addition??

eljass commented 8 months ago

@drakedeatonuk this is implemented on our fork, you can see how its done in it here https://github.com/Fiksuruoka-fi/capacitor-intercom

drakedeatonuk commented 8 months ago

@eljass - thank you sir! Forking this fork!