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
-
canConnect()
- Returns true if the application can perform a connect() on this Call,
false otherwise.
-
isObservable()
- Returns true if this Call can be observed, false otherwise.
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.
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