gh-pages / com.nextfaze.devfun.overlay / OverlayWindow / visibilityScope
visibilityScope
abstract var visibilityScope: VisibilityScope (source)
Determines when the overlay can be visible.
- FOREGROUND_ONLY: Only visible when the app is in the foreground.
- ALWAYS: Visible even if the app has no active activities. App cannot be swipe-closed if you have one of these.