CVPbkPhoneNumberMatchStrategy::TConfig Class Reference
#include
<app/CVPbkPhoneNumberMatchStrategy.h>
class CVPbkPhoneNumberMatchStrategy::TConfig |
Detailed Description
CVPbkPhoneNumberMatchStrategy configuration parameter class. This class can be used to configure the phone number find strategy.
Member Attribute Documentation
iMatchMode
Own: Matching mode to be used when searching for matching contacts
iMaxMatchDigits
Own: Maximum number of digits used in matching.
iSpare
Own: Reserved for future extension.
iUriPriorities
Ref: Array of contact store URIs to define match priority.
Constructor & Destructor Documentation
TConfig ( TInt, const CVPbkContactStoreUriArray &, TVPbkPhoneNumberMatchMode, TUint32 )
Parameter | Description | aMaxMatchDigits | Maximum number of digits used in matching. |
aUriPriorities | Array of contact store URIs to define match priority. |
aMatchMode | Matching mode to be used when searching for matching contacts. See TVPbkPhoneNumberMatchMode. |
aMatchFlags | Match configuration flags. See TVPbkPhoneNumberMatchFlags. |