Jabber Guest Android SDK
 All Classes Namespaces Functions Variables Enumerator Pages
com.cisco.jabber.guest.KeypadView Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

void com.cisco.jabber.guest.KeypadView.setDigitsTextViewVisibility ( int  visibility)
inline

Controls whether or not the field in the KeypadView displaying recently entered digits is visible.

Parameters
visibilitycorresponds to android.view.View constants (VISIBLE, INVISIBLE, GONE)