added in version 24.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
ImeKeyMonitor
public interface ImeKeyMonitor
android.support.v17.leanback.widget.ImeKeyMonitor |
![]() |
Interface for an EditText subclass that can delegate calls to onKeyPreIme up to a registered listener.
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.