Create a processor for the screen stack stage.
Only runs when no layer consumed the event. Iterates the page path from top to bottom, offering the event to each page layer via handleLayer. The first page that returns true stops the iteration.
true
A PipelineProcessor for the screen stack stage.
Create a processor for the screen stack stage.
Only runs when no layer consumed the event. Iterates the page path from top to bottom, offering the event to each page layer via handleLayer. The first page that returns
truestops the iteration.