public interface ImeKeyMonitor
Used in editable actions within GuidedStepFragment
to
allow for custom back key handling. Specifically, this is used to implement the behavior that
dismissing the IME also clears edit text focus. Clients who need to supply custom layouts for
GuidedActionsStylist
with their own EditText classes should satisfy this interface in
order to inherit this behavior.
Modifier and Type | Interface and Description |
---|---|
static interface |
ImeKeyMonitor.ImeKeyListener
Listener interface for key events intercepted pre-IME by edit text objects.
|
Modifier and Type | Method and Description |
---|---|
void |
setImeKeyListener(ImeKeyMonitor.ImeKeyListener listener)
Set the listener for this edit text object.
|
void setImeKeyListener(ImeKeyMonitor.ImeKeyListener listener)