Android
public abstract class Node : DelegatableSubspaceNode
The longer-lived object that is created for each SubspaceModifierNodeElement applied to a SubspaceLayout
Functions
onAttach
public open fun onAttach()
Called when the node is attached to a SubspaceLayout which is part of the UI tree.
onDetach
public open fun onDetach()
Called when the node is not attached to a SubspaceLayout anymore. Note that the node can be reattached again.