All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.capabilities.TerminalConnectionCapabilities

public interface TerminalConnectionCapabilities
Initial TerminalConnection capabilities interface. Any package that wants to extend TerminalConnection capabilities should extend this interface


Method Index

 o canAnswer()
Returns true if the application can perform an answer() on this TerminalConnection, false otherwise.

Methods

 o canAnswer
 public abstract boolean canAnswer()
Returns true if the application can perform an answer() on this TerminalConnection, false otherwise.

Returns:
True if the application can answer, false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index