#include <app/MVPbkContactFieldSelector.h>
class MVPbkContactFieldSelector |
Public Member Functions | |
---|---|
virtual TAny * | ContactFieldSelectorExtension(TUid) |
pure virtual TBool | IsFieldIncluded(const MVPbkBaseContactField &) |
Protected Member Functions | |
---|---|
virtual | ~MVPbkContactFieldSelector() |
Virtual Phonebook Contact field selector interface. This interface can be used to create a selection object, which can determine which fields belong to the set criteria.
TBool | IsFieldIncluded | ( | const MVPbkBaseContactField & | aField | ) | const [pure virtual] |
Returns true if aField belongs to the set defined by this field selector.
In case field is an IMPP field service name is compared to existing service installations. Only matched IMPP service providers are included.
Parameter | Description |
---|---|
aField | Contact field to check againt criteria. |
Returns: ETrue if the field is included in the set.