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 | fun Backend .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 | fun Backend .setPriority(overlays: List < String >): Unit Sets priority of overlays. |
switchOverlay | fun Backend .switchOverlay(overlay: String , state: Boolean ): Unit fun Backend .switchOverlay(overlays: List < String >, state: Boolean ): Unit Switches overlay state. |
uninstallOverlay | fun Backend .uninstallOverlay(overlays: List < String >): Unit Uninstalls overlay from the system. |