MPbkxRemoteContactLookupProtocolSessionObserver Class Reference

class MPbkxRemoteContactLookupProtocolSessionObserver

Observer for the protocol adapter execution.

Since
S60 3.1

Member Functions Documentation

ContactFieldsRetrievalCompleted(TInt)

void ContactFieldsRetrievalCompleted ( TInt aStatus ) [pure virtual]

Notifies that the contact fields retrieval has been completed.

Parameters

TInt aStatus error code that tells how retrieval went

LooseSearchCompleted(TInt, RPointerArray< CPbkxRemoteContactLookupProtocolResult > &)

void LooseSearchCompleted ( TInt aStatus,
RPointerArray < CPbkxRemoteContactLookupProtocolResult > & aResults
) [pure virtual]

Notifies that the loose search has been completed.

Parameters

TInt aStatus error code that tells how search went
RPointerArray < CPbkxRemoteContactLookupProtocolResult > & aResults search results, ownership is moved to the caller of the loose search.