java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.APIResult
public static class SIPNotification.APIResult
API return value notification.
Triggered by: API calls.
Event: SIPNotificationListener.onAPIResult
Fields: USSD,id,function,result
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.lang.String |
getFunction()
the API function name in lower case (for example "api_call") for which the result is returned |
int |
getId()
API call ID if you passed it (you can use an auto-increment sequence number) |
java.lang.String |
getResult()
the API return value 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 |
| Method Detail |
|---|
public int getId()
public java.lang.String getFunction()
public java.lang.String getResult()