Packagecurrent
Classpublic class SettingsHolder

SettingsHolder class provides a set of static properties for accessing application settings.



Public Properties
 PropertyDefined 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
Property detail
endTimeproperty
public static var endTime:TimeObject

The time of the day for the application to end working

requestIntervalproperty 
public static var requestInterval:int

The interval between requests to server

requestURLproperty 
public static var requestURL:String

The URL to use for requests to server

requiredUsedproperty 
public static var requiredUsed:Boolean

Specifies whether Required Level lines should be shown

startTimeproperty 
public static var startTime:TimeObject

The time of the day for the application to start working

workIntervalproperty 
public static var workInterval:int

The numder of days for the application to work