java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.ChatComposing
public static class SIPNotification.ChatComposing
CHATCOMPOSING notification.
Triggered by: "composing" notifications received from peers
Event: SIPNotificationListener.onChatComposing
Fields: CHATCOMPOSING,line,peername,status
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static int |
STATUS_IDLE
other party is idle or stopped typing |
static int |
STATUS_TYPING
other party is typing |
static int |
STATUS_UNKNOWN
unrecognized |
| Method Summary | |
|---|---|
int |
getLine()
endpoint line |
java.lang.String |
getPeer()
other party username |
int |
getStatus()
send state (STATUS_... |
java.lang.String |
getStatusText()
state as string |
| Methods inherited from class webphone.SIPNotification |
|---|
getNotificationType, getNotificationTypeText, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int STATUS_UNKNOWN
public static final int STATUS_TYPING
public static final int STATUS_IDLE
| Method Detail |
|---|
public int getLine()
public int getStatus()
public java.lang.String getPeer()
public java.lang.String getStatusText()