MPbkFetchDlgSelection Class Reference

API published in: S60 3rd Ed
API deprecated in: S60 5th Ed

Link against: pbkview.lib

Capability Information

Required Capabilities

ReadUserData 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-2008
Back to top