최근 검색
최근 검색 없음
Can't open chat room when integration Messaging on android
답변함
2022년 2월 02일에 게시됨
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개
Tipene Hughes
Hey, Marco Antonio!
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
Marco González
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
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
댓글을 남기려면 로그인하세요.