如何更新服务器中发送的QBChatMessage?对于例如在发送/传递消息之后,如何更新它的文本或自定义参数。还有一些参数在发送和交付后无法更改或更新吗?
这里的Quickblox Android上的link to the snippet似乎也在做同样的事情。这是如何在IOS中实现的?
答案 0 :(得分:4)
QBRequest中有一个方法:
int numberOfDays = jdbcTemplate.queryForObject
("select sum(number_of_days) from business_trip where name = ? and surname = ? and type = ?",new Object[]{name,surname,"UE"},Integer.class);
用法与android中的用法相同。您可以在此处阅读可以更新的字段:http://quickblox.com/developers/Chat#Fields_to_update_2