Home

theme / projekt.commons.theme.backend

Package projekt.commons.theme.backend

Types

Name Summary
Backend interface Backend
Interface to do overlay related operations.

Functions

Name Summary
isOverlayNewest funBackend.isOverlayNewest(name:String, timeStamp:Long):Boolean
Checks whether the installed overlay is the intended ones. This is checked against timestamp in the overlay metadata.
setPriority funBackend.setPriority(overlays:List<String>):Unit
Sets priority of overlays.
switchOverlay funBackend.switchOverlay(overlay:String, state:Boolean):Unit
funBackend.switchOverlay(overlays:List<String>, state:Boolean):Unit
Switches overlay state.
uninstallOverlay funBackend.uninstallOverlay(overlays:List<String>):Unit
Uninstalls overlay from the system.