predicate

abstract fun predicate(appData: AppData): Boolean(source)

Determines whether the frame should be displayed for the given AppData.

Return

true if the frame should be displayed, false otherwise.

Parameters

appData

The AppData to check.