emitNodeWithNotification

abstract fun emitNodeWithNotification(hint: EmitHint, node: Node, emitCallback: (hint: EmitHint, node: Node) -> Unit)(source)

Emits a node with possible notification.

Parameters

hint

A hint as to the intended usage of the node.

node

The node to emit.

emitCallback

A callback used to emit the node.