public class TelephonyBridge extends BaseCommunicationBridge implements ITelephony, APIBridge
apiGroup| Constructor and Description |
|---|
TelephonyBridge(ITelephony delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
ITelephonyStatus |
call(java.lang.String number)
Invoke a phone call
|
ITelephony |
getDelegate()
Get the delegate implementation.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
setDelegate(ITelephony delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic TelephonyBridge(ITelephony delegate)
delegate - The delegate implementing platform specific functions.public final ITelephony getDelegate()
public final void setDelegate(ITelephony delegate)
delegate - The delegate implementing platform specific functions.public ITelephonyStatus call(java.lang.String number)
call in interface ITelephonynumber - to callpublic APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BaseCommunicationBridgerequest - APIRequest object containing method name and parameters.