GeneralSettings
The general settings of app
Methods
getName
The name of the app.
Declaration
func getName() -> String?
Parameter
(none)
Return
String
getDescription
The description of an app
Declaration
func getDescription() -> String?
Parameter
(none)
Return
String
getIcon
Get the Icon of an app.
Declaration
func getIcon() -> Icon?
Parameter
(none)
Return
getTheme
Get the theme of an app.
Declaration
func getTheme() -> IconTheme?
Parameter
(none)
Return
getRevision
Get the revision of an app.
Declaration
func getRevision() -> Int?
Parameter
(none)
Return
Integer
Enum
IconTheme
| Name | Type | Value |
|---|---|---|
| WHITE | String | WHITE |
| RED | String | RED |
| BLUE | String | BLUE |
| GREEN | String | GREEN |
| YELLOW | String | YELLOW |
| BLACK | String | BLACK |