gh-pages / com.nextfaze.devfun.overlay / VisibilityScope
VisibilityScope
enum class VisibilityScope
(source)
Determines when an 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.
Enum Values
Name | Summary |
---|---|
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. |