All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.capabilities.CallCapabilities

public interface CallCapabilities
Initial Call capabilities interface. Any package that wants to extend Call capabilities should extend this interface


Method Index

 o canConnect()
Returns true if the application can perform a connect() on this Call, false otherwise.
 o isObservable()
Returns true if this Call can be observed, false otherwise.

Methods

 o canConnect
 public abstract boolean canConnect()
Returns true if the application can perform a connect() on this Call, false otherwise.

Returns:
True if the application can perform a connection, false otherwise.
 o isObservable
 public abstract boolean isObservable()
Returns true if this Call can be observed, false otherwise.

Returns:
True if this Call can be observed, false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index