public interface AVChatData
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccount()
Get the peer account.
|
long |
getChatId()
Get the call ID
|
AVChatType |
getChatType()
Get the call type
|
java.lang.String |
getExtra()
Get user defined info
|
java.lang.String |
getPushSound()
Get the tone for push
|
long |
getTimeTag()
Get the timestamp of the current event
|
long getChatId()
java.lang.String getAccount()
AVChatType getChatType()
long getTimeTag()
java.lang.String getExtra()
java.lang.String getPushSound()