Add additional methods for Intercom integration
See original GitHub issueA few handy methods are still missing, would love an implementation for Android on these.
Intercom.client().getUnreadConversationCount();
Intercom.client().addUnreadConversationCountListener(listener);
Intercom.client().setInAppMessageVisibility(Visibility.GONE);
Intercom.client().hideMessenger();
Not sure about the process to submit a pull request, I can work on these if they’re not currently in progress or not taken.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Apps and Integrations - Intercom
Integrate the tools you use every day · Improve team efficiency and customer engagement · Elevate experiences to create loyal customers · Close...
Read more >Setting up Intercom Salesforce Integration: 2 Easy Methods
Step 2: Click '+ Add more' and then select the 'Salesforce' option from the drop-down. Intercom Salesforce Integration: Click Add more.
Read more >react-use-intercom - npm
React Intercom integration without the hassle, driven by hooks. ... Some extra methods were added to improve convenience.
Read more >Feedback Intercom Integration Set Up - Pendo Help Center
Setup · Navigate to Settings > Third Party Integrations and click "Authenticate with Intercom". mceclip0.png · You then need to authorize access to...
Read more >Commercial & Office Intercom Systems for Your Business
Intercom speaker systems for business are the least secure method of access ... buildings is increasingly integrated with other related systems to create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I do not use this, just help maintain it, if you submitted a PR for those I’d happily merge it.
Today I used method Intercom.getUnreadConversationCount() and it seems to work properly. Maybe it is good idea to close this issue?