GuidedActionAutofillSupport.OnAutofillListener

public interface GuidedActionAutofillSupport.OnAutofillListener


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

Summary

Public methods

abstract void

Custom view should call this method when autofill event happened.

Public methods

onAutofill

Added in 1.1.0
abstract void onAutofill(View view)

Custom view should call this method when autofill event happened.

Parameters
View view

The view where autofill happened.