FocusEventModifierNode
-
Cmn
interface FocusEventModifierNode : DelegatableNode
Implement this interface create a modifier node that can be used to observe focus state changes to a FocusTargetNode down the hierarchy.
Summary
Public functions |
||
|---|---|---|
Unit |
onFocusEvent(focusState: FocusState)A parent FocusEventNode is notified of |
Cmn
|
Inherited functions |
|---|
Inherited properties |
|||
|---|---|---|---|
|
Public functions
onFocusEvent
fun onFocusEvent(focusState: FocusState): Unit
A parent FocusEventNode is notified of FocusState changes to the FocusTargetNode associated with this FocusEventModifierNode.