Skip to content

2.29.0

Compare
Choose a tag to compare
@andhikayuana andhikayuana released this 13 Nov 05:51
· 405 commits to master since this release
  • Fix bug unread count in channel
  • Provide Custom Event
// publish custom event
QiscusPusherApi.getInstance().setEvent(long roomId, JSONObject data)

// listening event
QiscusPusherApi.getInstance().listenEvent(roomId);

//unlisten event
QiscusPusherApi.getInstance().unlistenEvent(roomId);