public interface ParticipantDevice
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Get the address of a participant's device.
|
java.lang.String |
getName()
Return the name of the device or null.
|
ChatRoomSecurityLevel |
getSecurityLevel()
Get the security level of a participant's device.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
Address getAddress()
java.lang.String getName()
ChatRoomSecurityLevel getSecurityLevel()
void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()