public interface RoomReadMessagesEvent extends JitterEvent
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJSON()
Gets the underlying JSON object.
|
String[] |
getMessageIds()
Gets the message identifiers.
|
Room |
getRoom()
Gets the room in which this event occurred.
|
boolean |
isUnread()
Gets whether or not this event represents new messages or reading old messages.
|
getJitterorg.json.JSONObject asJSON()
String[] getMessageIds()
boolean isUnread()
Room getRoom()
Copyright © 2016. All rights reserved.