v3rm0n / intercom_flutter

Flutter wrapper for Intercom libraries
95 stars 141 forks source link

How to detect when user close Intercom interface? #443

Open kevin-do-zimplistic opened 5 months ago

kevin-do-zimplistic commented 5 months ago

Hi everyone,

I'm using Intercom.instance.displayMessageComposer("Message") and Intercom.instance.displayMessenger() to open the Intercom interface. The problem is, I don't know when the user closes the interface. I used async await but it didn't works.

I searched the Intercom forum and I found a similar issue but it was an solution for native ios. Do we have the equivalence in Flutter?

Thanks in advance.

deepak786 commented 4 months ago

Not sure if there is a similar API in native Android.