MPhCntStoreLoader Class Reference

class MPhCntStoreLoader

Interface for loading contact stores.

phonecntfinder.lib
Since
S60 v9.1

Constructor & Destructor Documentation

~MPhCntStoreLoader()

~MPhCntStoreLoader()[inline, virtual]

Destructor.

Member Functions Documentation

IsContactStoreLoaded(const TDesC8 &)

TBool IsContactStoreLoaded(const TDesC8 &aContactLink)const [pure virtual]

Checks is the specified contact store loaded.

Since
S60 v9.1

Parameters

const TDesC8 & aContactLinkA contact link containing store to load.

LoadContactStoreL(const TDesC8 &, MPhCntStoreLoaderObserver &)

voidLoadContactStoreL(const TDesC8 &aContactLink,
MPhCntStoreLoaderObserver &aObserver
)[pure virtual]

Starts to load specified contact store if not yet loaded. MPhCntStoreLoaderObserver::ContactStoreLoaded is called when contact store is loaded and ready for use.

Since
S60 v9.1

Parameters

const TDesC8 & aContactLinkA contact link containing store to load.
MPhCntStoreLoaderObserver & aObserverAn observer for the loading process.