MPhCntPhonebookServices Class Reference
class MPhCntPhonebookServices
|
Interface for phonebook services.
PhoneCntFinder.lib
-
Since
-
S60 v3.2
Constructor & Destructor Documentation
~MPhCntPhonebookServices()
~MPhCntPhonebookServices
|
(
|
)
|
[inline, virtual]
|
Member Functions Documentation
CancelRequest()
void
|
CancelRequest
|
(
|
)
|
[pure virtual]
|
Cancels outstanding request.
CreateNewContactL(const TDesC &)
void
|
CreateNewContactL
|
(
|
const
TDesC
&
|
aPhoneNumber
|
)
|
[pure virtual]
|
Create new contact to phonebook.
Parameters
const
TDesC
& aPhoneNumber
|
Number of the new contact.
|
GetPhoneNumberL(const TDesC8 &, const CPhCntSingleItemFetch::TCallType, HBufC *&, HBufC8 *&)
Gets a phone number from the contact.
GetUserSelectedContactLC(MPhCntServiceRequestParam &)
CPhCntContact *
|
GetUserSelectedContactLC
|
(
|
MPhCntServiceRequestParam &
|
aParam
|
)
|
[pure virtual]
|
Gets contact selected by user.
Parameters
MPhCntServiceRequestParam & aParam
|
Parameters passed to AIW.
|
GetUserSelectedDtmfNumberL(CPhCntContactId *&, HBufC *&)
void
|
GetUserSelectedDtmfNumberL
|
(
|
CPhCntContactId
*&
|
aContactId,
|
|
HBufC
*&
|
aDtmfNumber
|
|
)
|
[pure virtual]
|
Gets user selected dtmf number and contact id.
Parameters
CPhCntContactId
*& aContactId
|
Contact id of the contact, may be null
|
HBufC
*& aDtmfNumber
|
Dtmf number, may be null. KErrCancel - User canceled the fetch Other system wide error codes.
|
GetUserSelectedPhoneNumberL(CPhCntContactId *&, HBufC *&)
void
|
GetUserSelectedPhoneNumberL
|
(
|
CPhCntContactId
*&
|
aContactId,
|
|
HBufC
*&
|
aPhoneNumber
|
|
)
|
[pure virtual]
|
Gets user selected phone number and contact id.
Parameters
CPhCntContactId
*& aContactId
|
Contact id of the contact, may be null
|
HBufC
*& aPhoneNumber
|
Phone number, may be null. KErrCancel - User canceled the fetch Other system wide error codes.
|
GetUserSelectedVoIPAddressL(CPhCntContactId *&, HBufC *&)
void
|
GetUserSelectedVoIPAddressL
|
(
|
CPhCntContactId
*&
|
aContactId,
|
|
HBufC
*&
|
aVoIPAddress
|
|
)
|
[pure virtual]
|
Gets user selected voip address and contact id.
Parameters
CPhCntContactId
*& aContactId
|
Contact id of the contact, may be null
|
HBufC
*& aVoIPAddress
|
voip address, may be null. KErrCancel - User canceled the fetch Other system wide error codes.
|
UpdateExistingContactL(const TDesC &)
void
|
UpdateExistingContactL
|
(
|
const
TDesC
&
|
aPhoneNumber
|
)
|
[pure virtual]
|
Adds phonenumber to existing contact.
Parameters
const
TDesC
& aPhoneNumber
|
Phone number to be added to existing contact.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.