You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Intercom JavaScript API provides two callback methods that allow developers to trigger events when the messenger is shown or hidden:
onShow
This callback fires when the Intercom messenger is shown. It accepts a function as an argument. Intercom API Docs: onShow
onHide
This callback fires when the Intercom messenger is hidden. It accepts a function as an argument. Intercom API Docs: onHide
Feature Request
Could you consider adding support for these methods in intercom_flutter? As far as I can tell, these methods are currently only available for the web platform.
Thank you for maintaining this package—it's been working well in my tests (on web).
The text was updated successfully, but these errors were encountered:
Description
The Intercom JavaScript API provides two callback methods that allow developers to trigger events when the messenger is shown or hidden:
onShow
onHide
Feature Request
Could you consider adding support for these methods in
intercom_flutter
? As far as I can tell, these methods are currently only available for the web platform.Thank you for maintaining this package—it's been working well in my tests (on web).
The text was updated successfully, but these errors were encountered: