java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.Log
public static class SIPNotification.Log
LOG notification.
Triggered by: logs (only if you set the "events" parameter to 3 and also depends on the "loglevel")
Event: SIPNotificationListener.onLog
Fields: LOG,TYPE,txt
Field Summary | |
---|---|
static int | TYPE_CRITICAL
critical error |
static int | TYPE_ERROR
error |
static int | TYPE_EVENT
event |
static int | TYPE_RTP
RTP details at the end of the call. |
static int | TYPE_UNKNOWN
unrecognizable log type |
static int | TYPE_WARNING
warning |
Method Summary | |
---|---|
java.lang.String | getText()
event text: the actual message as string |
int | getType()
event type (TYPE_... |
java.lang.String | getTypeText()
event 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_RTP
public static final int TYPE_UNKNOWN
Method Detail |
---|
public int getType()
public java.lang.String getTypeText()
public java.lang.String getText()