Recent searches
No recent searches
Can't open chat room when integration Messaging on android
Answered
Posted Feb 02, 2022
this is my code, I try to integrate it on android, but how to open a chat room?
public void initChannel(){
Zendesk.initialize(
mReactContext,
"xxx",
zendesk -> Log.i("IntegrationApplication", "Initialization successful"),
error -> Log.e("IntegrationApplication", "Messaging failed to initialize", error),
new DefaultMessagingFactory());
Zendesk.getInstance().getMessaging().showMessaging(mReactContext);
}
and I got this error
0
4
4 comments
Eric Nelson
It looks like you might be using React Native which we don't support. I'm going to leave this thread open in hopes someone from the community will be able to assist.
Thanks!
0
Roby Huzwandar
I'm trying to create my own module in code native and call it from react-native like this dependency
https://github.com/taskrabbit/react-native-zendesk-chat
it's just that the dependency uses the classic SDK and I can't integrate it with the flow builder, is there a way to integrate the flow builder with the classic Mobile SDK?
Eric Nelson
0
Marco González
0
Tipene Hughes
Hey, Marco González!
Just checking in to see if you're still running in to this issue. If so, let me know and we can take a look in a bit more detail.
Thanks!
Tipene
------------------------------------------
Translation by Google Translate:
Solo estoy comprobando si todavía tienes este problema. Si es así, por favor hágamelo saber y podemos echar un vistazo con un poco más de detalle.
0