MPbkFetchDlgSelection Class Reference

Link against: PbkView.lib

Capability Information

Required Capabilities

ReadDeviceData ReadUserData WriteDeviceData WriteUserData


#include <
MPbkFetchDlgSelection.h>

Detailed Description

Interface for accepting/refusing selections in Phonebook fetch dialog.

A client can use this interface to implement restrictions on fetch dialog selection. For example on the maximum number of contacts selected by the user.


Public Member Functions

virtual TBool ContactSelectionAcceptedL (TContactItemId aItemId, TInt aCurrentSelectedCount) const =0
 Decides whether a contact selection made in fetch dialog should be accepted or declined.

Member Function Documentation

virtual TBool MPbkFetchDlgSelection::ContactSelectionAcceptedL TContactItemId  aItemId,
TInt  aCurrentSelectedCount
const [pure virtual]
 

Decides whether a contact selection made in fetch dialog should be accepted or declined.

Parameters:
aItemId ID of the item that is being selected.
aCurrentSelectedCount Number of already selected items BEFORE current selection
Returns:
ETrue if the selection is accepted. Otherwise EFalse

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top