Provides access to the app specific defined user settings.
User settings are defined by the app user setting XML file. The values are entered and saved by each user by using the HP Anywhere user settings UI.
Apps can implement different business logic according to the different user settings.

Full documentation

Returns the values of a multiple-values setting.
An example of a multiple-values setting is a set of check boxes where more than one can be selected.
Do not invoke this method on a setting that does not support multiple values.

Full documentation

Returns the value of a user setting.
Do not invoke this method on a multi-value setting.

Full documentation

Updates the value of a setting that supports multiple values.
An example of a multiple-values setting is a set of check boxes where more than one can be selected.
Do not invoke this method on a setting that does not support multiple values.

Full documentation