isAppNotTopVisibleRequired

This constraint requires the app in question is not top-visible to the user. A top-visible app is showing UI at the top of the screen that the user is interacting with.

Note this constraint is a subset of isAppNotForegroundRequired because a top-visible app is also a foreground app. This is also a subset of isAppNotInteractingRequired because a top-visible app is interacting with the user.