java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.Chat
public static class SIPNotification.Chat
CHAT notification.
Triggered by: incoming chat messages
Event: SIPNotificationListener.onChat
Fields: CHAT,line,peername,text
Method Summary | |
---|---|
java.lang.String | getGroup()
group name (only for multi-user/group messages) |
int | getLine()
endpoint line |
java.lang.String | getMsg()
chat text |
int | getMultiparCurrent()
multipart current fragment (only for 3gpp multipart messages) |
int | getMultiparTotal()
multipart total fragments (only for 3gpp multipart messages) |
java.lang.String | getPeer()
peer username |
java.lang.String | getText()
the message body as-is |
Methods inherited from class webphone.SIPNotification |
---|
getNotificationType, toString |
Method Detail |
---|
public int getLine()
public java.lang.String getPeer()
public java.lang.String getText()
public java.lang.String getMsg()
public java.lang.String getGroup()
public int getMultiparCurrent()
public int getMultiparTotal()