theme / projekt.commons.theme / ThemeApp / OverlayState
OverlayState¶
object OverlayState
Used to represent status of the installed overlay
Properties¶
Name | Summary |
---|---|
STATE_DISABLED | val STATE_DISABLED: Int ? Overlay is disabled. |
STATE_ENABLED | val STATE_ENABLED: Int ? Overlay is enabled. |
STATE_NOT_ACTIVE | const val STATE_NOT_ACTIVE: Int Overlay is not active. Usually needs system reboot to make it active. |