public class CallStatus
extends java.lang.Object
Call
Constructor and Description |
---|
CallStatus(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
CallLineStatus |
lineStatus()
Gets the current state of the call
|
OriginType |
origin()
Gets the call initiator
Indicates who initiated the call - incoming or outgoing one.
|
public CallStatus(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public OriginType origin()
OriginType
public CallLineStatus lineStatus()
CallLineStatus