Home
theme / projekt.commons.theme.backend
Package projekt.commons.theme.backend¶
Types¶
| Name | Summary |
|---|---|
| Backend | interface BackendInterface to do overlay related operations. |
Functions¶
| Name | Summary |
|---|---|
| isOverlayNewest | funBackend.isOverlayNewest(name:String, timeStamp:Long):BooleanChecks whether the installed overlay is the intended ones. This is checked against timestamp in the overlay metadata. |
| setPriority | funBackend.setPriority(overlays:List<String>):UnitSets priority of overlays. |
| switchOverlay | funBackend.switchOverlay(overlay:String, state:Boolean):UnitfunBackend.switchOverlay(overlays:List<String>, state:Boolean):UnitSwitches overlay state. |
| uninstallOverlay | funBackend.uninstallOverlay(overlays:List<String>):UnitUninstalls overlay from the system. |