java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.Event
public static class SIPNotification.Event
EVENT notification.
Triggered by: Important events which should be displayed for the user.
Event: SIPNotificationListener.onEvent
Fields: EVENT,EVENT,any text
Field Summary | |
---|---|
static int | TYPE_CRITICAL
critical error |
static int | TYPE_ERROR
error |
static int | TYPE_EVENT
event |
static int | TYPE_UNKNOWN
unknown log type |
static int | TYPE_WARNING
warning |
Method Summary | |
---|---|
java.lang.String | getText()
log text: the actual log message as string |
int | getType()
log type (TYPE_... |
java.lang.String | getTypeText()
log type as string |
Methods inherited from class webphone.SIPNotification |
---|
getNotificationType, toString |
Field Detail |
---|
public static final int TYPE_EVENT
public static final int TYPE_WARNING
public static final int TYPE_ERROR
public static final int TYPE_CRITICAL
public static final int TYPE_UNKNOWN
Method Detail |
---|
public int getType()
public java.lang.String getTypeText()
public java.lang.String getText()