PODSPrefs object

  • Inherits from: PODSObject

  • Accessed by: PODSAvantGo object's preferences

  • Available to: C (fully), JavaScript (selectively)

The PODSPrefs attributes and methods allow you to get and set M-Business Client’s user preference values. Typically users set M-Business Client preferences through its Options menu. Your application should respect and adhere to the values that the user has set. Changing M-Business Client preferences is allowed, but you should do so only when absolutely necessary.


PODSPrefs key values
Summary of PODSPrefs attributes and methods
getBoolValueForKey( )
getBytesForKey( )
getInt32ValueForKey( )
getUInt32ValueForKey( )
getStringValueForKey( )
setBoolValueForKey( )
setBytesForKey( )
setInt32ValueForKey( )
setUInt32ValueForKey( )
setStringValueForKey( )