Apptentive自定义数据没有传递 [英] Apptentive custom data not being passed

查看:195
本文介绍了Apptentive自定义数据没有传递的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Android整合Apptentive。我传递自定义数据到信息中心,但它不是Apptentive网站上显示。这是我的code

I am integrating Apptentive on Android. I am passing custom data to the Message Center but it is not display on the Apptentive website. This is my code

HashMap<String, String> customData = new HashMap<String, String>();

//add package name
customData.put("package", getPackageName()); 

//show message center
Apptentive.showMessageCenter(ViralPopup.this, customData);

有什么建议?

推荐答案

自定义数据以这种方式发送附加到用户发送消息。如果他们不发送邮件,那么你不会看到自定义的数据显示。如果你做发送邮件,看看你在服务器上的会话视图收到实际的消息。自定义的数据应该是消息本身可见。

Custom Data sent in this manner is attached to the message that the user sends. If they don't send a message, then you won't see the custom data show up. If you do send a message, look at the actual message you receive in the conversation view on the server. The custom data should be visible on the message itself.

要查看自定义数据,您只需将鼠标放在消息,并点击查看自定义数据。

To view the custom data, you simply mouse over the message, and click "Show Custom Data".

这篇关于Apptentive自定义数据没有传递的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆