MAiPluginSettingsStorer Class Reference

class MAiPluginSettingsStorer

Active Idle framework settings storing interface.

Since
S60 3.2
Public Member Functions
voidReadL(TInt32, TDes &)
voidSaveL(TInt32, const TDesC &)

Member Functions Documentation

ReadL(TInt32, TDes &)

voidReadL(TInt32aKey,
TDes &aValue
)[pure virtual]

Reads setting item value identified by key from settings store.

Parameters

TInt32 aKeysetting item key.
TDes & aValuereceived setting item value.

SaveL(TInt32, const TDesC &)

voidSaveL(TInt32aKey,
const TDesC &aValue
)[pure virtual]

Saves setting item value identified by key to settings store.

Parameters

TInt32 aKeysetting item key.
const TDesC & aValuesetting item value.