getInt32ValueForKey( )

Gets the signed integer value for the specified preference key.

Interface

PODSPrefs

IDL definition
PODSInt32 getInt32ValueForKey(PODSString key);
JavaScript synopsis
avantgo.preferences.getInt32ValueForKey(key)
C synopsis
PODSInt32 PODSgetInt32ValueForKey(
  PODSPrefs* preferences,
  PODSString key
);
Parameters
  • preferences   The PODSPrefs object.

  • key   [in] Preference key value. See PODSPrefs key values.

Returns

Signed integer value for the specified preference key.

See also

setInt32ValueForKey( )