capacitor-community / intercom

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

Update IntercomPlugin.m #94

Open marshall86 opened 1 year ago

marshall86 commented 1 year ago

new methods:

CAP_PLUGIN_METHOD(getUnreadConversationCount, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(addUnreadConversationCountListener, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(getChatOpenedStatus, CAPPluginReturnPromise);
stewones commented 6 months ago

can anyone update this PR with the latest stuff from master? I'm happy to review and merge.