class CPbkxRemoteContactLookupProtocolSession : public CBase |
Protocol session.
Public Member Functions | |
---|---|
void | Cancel () |
void | InitializeL ( MPbkxRemoteContactLookupProtocolSessionObserver &, const TPbkxRemoteContactLookupProtocolAccountId &) |
void | LooseSearchL (const TDesC &, TInt ) |
void | RetrieveContactFieldsL ( RPointerArray < CPbkxRemoteContactLookupProtocolResult > &) |
void | InitializeL | ( | MPbkxRemoteContactLookupProtocolSessionObserver & | aObserver, |
const TPbkxRemoteContactLookupProtocolAccountId & | aAccountId | |||
) | [pure virtual] |
Initialize session search session.
MPbkxRemoteContactLookupProtocolSessionObserver & aObserver | observer for the session |
const TPbkxRemoteContactLookupProtocolAccountId & aAccountId | remote account that is searched |
void | LooseSearchL | ( | const TDesC & | aQueryText, |
TInt | aMaxMatches | |||
) | [pure virtual] |
Start loose search with given query.
void | RetrieveContactFieldsL | ( | RPointerArray < CPbkxRemoteContactLookupProtocolResult > & | aResults | ) | [pure virtual] |
Retrieves rest of the contact fields. Contact items in the results array are reused and new fields are just added to them.
RPointerArray < CPbkxRemoteContactLookupProtocolResult > & aResults | set of results for which the |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.