public interface ParticipantImdnState
Modifier and Type | Method and Description |
---|---|
Participant |
getParticipant()
Get the participant concerned by a LinphoneParticipantImdnState.
|
ChatMessage.State |
getState()
Get the chat message state the participant is in.
|
long |
getStateChangeTime()
Get the timestamp at which a participant has reached the state described by a
LinphoneParticipantImdnState.
|
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
|
Participant getParticipant()
ChatMessage.State getState()
long getStateChangeTime()
void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()