Sébastien Vitard

Results 91 comments of Sébastien Vitard
trafficstars

Hi @MouamleH, This feature was not prioritized for the moment but while checking callbacks feature on iOS for issue #172 which were documented but not accessible when I tested, I've...

Hi @nfonjeannoel & @MouamleH, Just to let you know that message prefill is planned for the next release :)

Hi @FrantisekGazo and thank you for your feedback. The `m` var you see here is just a buffer var (like many for user/session public APIs) allowing you to call them...

Sorry for not answering you sooner... Public API works synchronously so if you call `Crisp.configure()`, it is completed when it returns, unless a session is ongoing, i.e. `ChatActivity` running, socket...

Hi @quadrowsx and sorry for the late reply, I was quite busy last couple of days ^^" The `ChatActivity` is completely transparent/translucent but a dim is applied to show the...

Hi @octasync, is the solution I have provided you months ago fixed your issue? I close the issue as it is stale, I let you reopen it if needed ;)

Hi @jom16antonio, This subject was discussed a while ago and we decided to limit Crisp chat usage to presenting it as a modal sheet, which has been done since [`2.0.0beta1`](https://github.com/crisp-im/crisp-sdk-android/releases/tag/v2.0.0beta1),...

Hi @alexbusuioc and thank you for your feedback. For the moment, this feature is not implemented. As discussed in https://github.com/crisp-im/crisp-sdk-android/issues/169#issuecomment-2018376805, the socket is only maintained when the `ChatActivity` is running...

Hi @alexbusuioc, Just to keep you up-to-date, the notification subject is currently discussed in the team about how we could implement it so the feature should come :) However, don't...

Hi @alexbusuioc and @syauqy, we've added the notifications feature in the new [`v2.0.7`](https://github.com/crisp-im/crisp-sdk-android/releases/tag/v2.0.7) release. It's a first draft so it currently opens the Activity declared as the main entry point...