MPbkxRemoteContactLookupProtocolSessionObserver Class Reference

class MPbkxRemoteContactLookupProtocolSessionObserver

Observer for the protocol adapter execution.

Since
S60 3.1

Member Functions Documentation

ContactFieldsRetrievalCompleted(TInt)

voidContactFieldsRetrievalCompleted(TIntaStatus)[pure virtual]

Notifies that the contact fields retrieval has been completed.

Parameters

TInt aStatuserror code that tells how retrieval went

LooseSearchCompleted(TInt, RPointerArray< CPbkxRemoteContactLookupProtocolResult > &)

voidLooseSearchCompleted(TIntaStatus,
RPointerArray< CPbkxRemoteContactLookupProtocolResult > &aResults
)[pure virtual]

Notifies that the loose search has been completed.

Parameters

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