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

iMatchFlags

TUint32 iMatchFlags

Own: Flags to configure matching process,

See also: TVPbkPhoneNumberMatchFlags

iMatchMode

Own: Matching mode to be used when searching for matching contacts

iMaxMatchDigits

TInt iMaxMatchDigits

Own: Maximum number of digits used in matching.

iSpare

TAny *iSpare

Own: Reserved for future extension.

iUriPriorities

const CVPbkContactStoreUriArray &iUriPriorities

Ref: Array of contact store URIs to define match priority.

Constructor & Destructor Documentation

TConfig ( TInt, const CVPbkContactStoreUriArray &, TVPbkPhoneNumberMatchMode, TUint32 )

TConfig(TIntaMaxMatchDigits,
const CVPbkContactStoreUriArray &aUriPriorities,
TVPbkPhoneNumberMatchModeaMatchMode,
TUint32aMatchFlags
)[inline]

Constructor.

ParameterDescription
aMaxMatchDigitsMaximum number of digits used in matching.
aUriPrioritiesArray of contact store URIs to define match priority.
aMatchModeMatching mode to be used when searching for matching contacts. See TVPbkPhoneNumberMatchMode.
aMatchFlagsMatch configuration flags. See TVPbkPhoneNumberMatchFlags.