public interface CallerID
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name component of the caller id.
|
String |
getNumber()
Gets the number component of the caller id.
|
boolean |
isHideCallerID() |
boolean |
isUnknown()
Returns true if the caller id number is blank or equal to 'unknown'.
|
void |
setHideCallerID(boolean hide)
Controls whether this caller id should be presented to the remote end.
|
String getNumber()
String getName()
void setHideCallerID(boolean hide)
hide
- - if true then the caller id will be hidden.boolean isHideCallerID()
boolean isUnknown()
Copyright © 2004–2022. All rights reserved.