Closed tatveshwebmigrates closed 1 year ago
how can i send custom parameter with message and how can i edit QBChatMessage.java default class in android demo.
QBChatMessage chatMessage = new QBChatMessage(); chatMessage.setBody(body); chatMessage.setProperty(ChatNotificationUtils.PROPERTY_DATE_SENT, String.valueOf(time));
i want to send one more parameter with -> chatMessage.setCustomparameter("Some String"); how it is possible?
hello????
Hi, as states in docs you can use custom parameters for the messages you send in the chat: chatMessage.setProperty("name", "Bob"); chatMessage.setProperty("age", "25");
chatMessage.setProperty("name", "Bob"); chatMessage.setProperty("age", "25");
how can i send custom parameter with message and how can i edit QBChatMessage.java default class in android demo.
QBChatMessage chatMessage = new QBChatMessage(); chatMessage.setBody(body); chatMessage.setProperty(ChatNotificationUtils.PROPERTY_DATE_SENT, String.valueOf(time));
i want to send one more parameter with -> chatMessage.setCustomparameter("Some String"); how it is possible?