shouldDisplayPrompt
suspend fun shouldDisplayPrompt(predicate: (AppHelperNodeStatus) -> Boolean? = null): AppHelperNodeStatus?
Returns a AppHelperNodeStatus that meets the criteria to show this prompt, otherwise returns null.
Parameters
predicate
augments the criteria applying a filter with this predicate.