v3rm0n / intercom_flutter

Flutter wrapper for Intercom libraries
93 stars 133 forks source link

How to detect when user close Intercom interface? #443

Open kevin-do-zimplistic opened 2 months ago

kevin-do-zimplistic commented 2 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 1 month ago

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