GuidedActionAutofillSupport.OnAutofillListener

interface GuidedActionAutofillSupport.OnAutofillListener


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

Summary

Public functions

Unit
onAutofill(view: View!)

Custom view should call this method when autofill event happened.

Public functions

onAutofill

Added in 1.1.0
fun onAutofill(view: View!): Unit

Custom view should call this method when autofill event happened.

Parameters
view: View!

The view where autofill happened.