theme / projekt.commons.theme / ThemeAppOptions / Builder
Builder¶
class Builder
Builder class for ThemeAppOptions objects.
Constructors¶
| Name | Summary |
|---|---|
| <init> | Builder()Builder class for ThemeAppOptions objects. |
Properties¶
| Name | Summary |
|---|---|
| andromedaSamsungSupport | var andromedaSamsungSupport:BooleanWhether to support pre-Pie Samsung devices with Andromeda Server installed. |
| andromedaSupport | var andromedaSupport:BooleanWhether to support device with Andromeda Server installed. |
| arm64Support | var arm64Support:BooleanWhether to support device with arm64-v8a architecture |
| armSupport | var armSupport:BooleanWhether to support device with armeabi-v7a architecture |
| pieRootSupport | var pieRootSupport:BooleanWhether to support Rooted Pie+ device. |
| rootSupport | var rootSupport:BooleanWhether to support Rooted pre-Pie device. |
| substratumServiceSupport | var substratumServiceSupport:BooleanWhether to support device that runs Substratum Service. |
| synergySupport | var synergySupport:BooleanWhether to support device with Synergy installed. |
Functions¶
| Name | Summary |
|---|---|
| build | fun build():ThemeAppOptionsCombine all of the options that have been set and returns a new ThemeAppOptions object. |