com.cisco.jabber.guest.sdk.KeypadView Class Reference

A view that represents a telephone keypad during an active call. More...

Inherits FrameLayout, and OnClickListener.

Public Member Functions

 KeypadView (Context context)
 Construct a new KeypadView. More...
 
 KeypadView (Context context, AttributeSet attrs)
 Construct a new KeypadView. More...
 
 KeypadView (Context context, AttributeSet attrs, int defStyle)
 Construct a new KeypadView. More...
 
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...
 

Protected Member Functions

void doLayout (Context context)
 Called by KeypadView constructors to do additional initialization tasks. 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.

Constructor & Destructor Documentation

com.cisco.jabber.guest.sdk.KeypadView.KeypadView ( Context  context)
inline

Construct a new KeypadView.

Parameters
contextThe Context the view is running in, through which it can access the current theme, resources, etc.
com.cisco.jabber.guest.sdk.KeypadView.KeypadView ( Context  context,
AttributeSet  attrs 
)
inline

Construct a new KeypadView.

Parameters
contextThe Context the view is running in, through which it can access the current theme, resources, etc.
attrsThe attributes of the XML tag that is inflating the view.
com.cisco.jabber.guest.sdk.KeypadView.KeypadView ( Context  context,
AttributeSet  attrs,
int  defStyle 
)
inline

Construct a new KeypadView.

Parameters
contextThe Context the view is running in, through which it can access the current theme, resources, etc.
attrsThe attributes of the XML tag that is inflating the view.
defStyleAn attribute in the current theme that contains a reference to a style resource that supplies default values for the view. Can be 0 to not look for defaults.

Member Function Documentation

void com.cisco.jabber.guest.sdk.KeypadView.doLayout ( Context  context)
inlineprotected

Called by KeypadView constructors to do additional initialization tasks.

Parameters
contextThe Context the view is running in, through which it can access the current theme, resources, etc.
void com.cisco.jabber.guest.sdk.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)