GuidedActionAutofillSupport.OnAutofillListener
public
static
interface
GuidedActionAutofillSupport.OnAutofillListener
androidx.leanback.widget.GuidedActionAutofillSupport.OnAutofillListener |
Listener for autofill event. Leanback will set the Listener on the custom view.
Summary
Public methods | |
---|---|
abstract
void
|
onAutofill(View view)
Custom view should call this method when autofill event happened. |
Public methods
onAutofill
public abstract void onAutofill (View view)
Custom view should call this method when autofill event happened.
Parameters | |
---|---|
view |
View : The view where autofill happened.
|