![]() |
Jabber Guest Android SDK
|
A view that represents a telephone keypad during an active call. More...
Inherits FrameLayout, and OnClickListener.
Public Member Functions | |
| void | clearDisplayedDigits () |
| Clears the field in the KeypadView that displays recently entered digits. | |
| void | setDigitsTextViewVisibility (int visibility) |
| Controls whether or not the field in the KeypadView displaying recently entered digits is visible. More... | |
A view that represents a telephone keypad during an active call.
Users can interact with this view to send the pressed digits to the called party in the event an automated attendant (such as a voicemail system) answers as the called party.
|
inline |
Controls whether or not the field in the KeypadView displaying recently entered digits is visible.
| visibility | corresponds to android.view.View constants (VISIBLE, INVISIBLE, GONE) |