| Package | current |
| Class | public class SettingsHolder |
| Property | Defined by | ||
|---|---|---|---|
| endTime : TimeObject
[static]
The time of the day for the application to end working
| SettingsHolder | ||
| requestInterval : int [static]
The interval between requests to server
| SettingsHolder | ||
| requestURL : String [static]
The URL to use for requests to server
| SettingsHolder | ||
| requiredUsed : Boolean [static]
Specifies whether Required Level lines should be shown
| SettingsHolder | ||
| startTime : TimeObject
[static]
The time of the day for the application to start working
| SettingsHolder | ||
| workInterval : int [static]
The numder of days for the application to work
| SettingsHolder | ||
| endTime | property |
public static var endTime:TimeObjectThe time of the day for the application to end working
| requestInterval | property |
public static var requestInterval:intThe interval between requests to server
| requestURL | property |
public static var requestURL:StringThe URL to use for requests to server
| requiredUsed | property |
public static var requiredUsed:BooleanSpecifies whether Required Level lines should be shown
| startTime | property |
public static var startTime:TimeObjectThe time of the day for the application to start working
| workInterval | property |
public static var workInterval:intThe numder of days for the application to work