Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the current value in PopupWindow.InputMethodMode.
Set method documentation [Android Documentation]
Control how the popup operates with an input method: one of
PopupWindow.INPUT_METHOD_FROM_FOCUSABLE, PopupWindow.INPUT_METHOD_NEEDED,
or PopupWindow.INPUT_METHOD_NOT_NEEDED.
If the popup is showing, calling this method will take effect only the next time the popup is shown or through a manual call to one of the PopupWindow.Update methods.