capacitor-community / intercom

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

Marshall86 patch web #91

Open marshall86 opened 1 year ago

marshall86 commented 1 year ago

Added these methods:

getUnreadConversationCount(): Promise<{ unreadMessages: number }>;
getChatOpenedStatus(): Promise<{ isChatOpen: boolean; }>;
addUnreadConversationCountListener(): Promise<any>;
stewones commented 6 months ago

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