简体   繁体   English

如何自定义zendesk聊天消息设计? 对于Android

[英]how to customize zendesk chat message design ? For Android

Is there a way to customize chat messages design for zendesk android sdk ? 有没有办法为zendesk android sdk定制聊天消息设计?

By default their design is too simple, I want to add circular images some shadows etc 默认情况下他们的设计太简单了,我想添加一些阴影等圆形图像

So is there a way to achieve this ? 有没有办法实现这一目标?

They also have CHAT API but i don't have any clue how to use that to customize chat message design 他们也有CHAT API,但我没有任何线索如何使用它来自定义聊天消息设计

In short I want to control the whole chat design on my own 总之,我想自己控制整个聊天设计

Thank You 谢谢

Here is the android sdk documentation link 这是android sdk文档链接

https://developer.zendesk.com/embeddables/docs/android-chat-sdk/sessionapi https://developer.zendesk.com/embeddables/docs/android-chat-sdk/sessionapi

Just use the listeners for chat log and connection and use the callbacks to create an arraylist and pass it to your adapter 只需使用侦听器进行聊天记录和连接,并使用回调创建一个arraylist并将其传递给适配器

That's how i was able to override the chat functionality of zendesk chat for android 这就是我如何能够覆盖zendesk chat for android的聊天功能

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM