java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.Block
public static class SIPNotification.Block
BLOCK notification.
Triggered by: message blocked/ignored
Event: SIPNotificationListener.onBlock
Fields: BLOCK,type,message
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static int |
TYPE_BLACKLIST
black list |
static int |
TYPE_UNKNOWN
unrecognized |
static int |
TYPE_WHITELIST
white list |
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
the message being blocked / ignored |
int |
getType()
type (TYPE_... |
java.lang.String |
getTypeText()
type 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 TYPE_UNKNOWN
public static final int TYPE_BLACKLIST
public static final int TYPE_WHITELIST
| Method Detail |
|---|
public int getType()
public java.lang.String getTypeText()
public java.lang.String getMessage()