public interface UserPresenceEvent extends JitterEvent
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJSON()
Gets the underlying JSON object.
|
Room |
getRoom()
Gets the room that the user started/stopped watching.
|
String |
getUserID()
Gets the user ID of who is watching.
|
boolean |
isIncoming()
Gets whether or not the user has just started watching.
|
getJitterorg.json.JSONObject asJSON()
Room getRoom()
String getUserID()
boolean isIncoming()
Copyright © 2016. All rights reserved.