public class TelephoneCapabilities
extends java.lang.Object
Constructor and Description |
---|
TelephoneCapabilities(boolean canInsertNumber,
boolean canCallAccept,
boolean canDrop,
boolean canHoldUnhold,
boolean canActivateDeactivate,
boolean canSendSms)
Sets all capabilities parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canActivateDeactivate()
Should be the activate/deactvate checkbox active.
|
boolean |
canCallAccept()
Should be the call/accept button active.
|
boolean |
canDrop()
Should be the drop button active.
|
boolean |
canHoldUnhold()
Should be the hold/unhold button active.
|
boolean |
canInsertNumber()
Should be the telephone number input field active.
|
boolean |
canSendSms()
Should be the sms-button active
|
public TelephoneCapabilities(boolean canInsertNumber, boolean canCallAccept, boolean canDrop, boolean canHoldUnhold, boolean canActivateDeactivate, boolean canSendSms)
canInsertNumber
- should be the telephone number input field activecanCallAccept
- should be the call/accept button activecanDrop
- should be the drop button activecanHoldUnhold
- should be the hold/unhold button activecanActivateDeactivate
- should be the activate/deactvate checkbox activecanSendSms
- should be the activate/deactvate send SMS-buttonpublic boolean canActivateDeactivate()
public boolean canCallAccept()
public boolean canDrop()
public boolean canHoldUnhold()
public boolean canInsertNumber()
public boolean canSendSms()