Can't open chat room when integration Messaging on android

4 Comments

  • Eric Nelson
    Zendesk Developer Advocacy
    Hey Roby,

    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 Antonio González Castillo
    Tengo un app nativa de android, he tratado de incluir mensajería para basada en un flujo
    flowbuilder, estoy usando el codigo siguiente pero no me aparece el bot.

    Zendesk.initialize(
    this,
    "xxxxx",
    zendesk -> Log.i("IntegrationApplication", "Initialization successful"),
    error -> Log.e("IntegrationApplication", "Messaging failed to initialize", error),
    new DefaultMessagingFactory());


    Logger.setLoggable(true);
    Zendesk.getInstance().getMessaging().showMessaging(this);
    0
  • Tipene Hughes
    Zendesk Developer Advocacy

    Hey, Marco Antonio González Castillo!

    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

Please sign in to leave a comment.

Powered by Zendesk