onUndeliveredAction

Wraps the StorePlugin.onUndeliveredAction method of the child plugin passed in the block parameter.

The child plugin will not know an event has occurred unless you call the StorePlugin.onUndeliveredAction method inside this block manually!

For pre-context parameters version, to correctly call the child method, use child.run { onUndeliveredAction(e) }

See the DecoratorBuilder documentation for details on how this function behaves.