public interface

GuidedActionAutofillSupport.OnAutofillListener

 androidx.leanback.widget.GuidedActionAutofillSupport.OnAutofillListener

Overview

Listener for autofill event. Leanback will set the Listener on the custom view.

Summary

Methods
public voidonAutofill(View view)

Custom view should call this method when autofill event happened.

Methods

public void onAutofill(View view)

Custom view should call this method when autofill event happened.

Parameters:

view: The view where autofill happened.