MCCAParameter Class Reference
Member Functions Documentation
CcaParameterExtension(TUid)
TAny * | CcaParameterExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
Close()
void | Close | ( | ) | [pure virtual] |
Destroy this parameter entity and all its data.
- Since
- S60 5.0
ConnectionFlag()
Getter for the flags of connection.
- Since
- S60 5.0
ContactDataFlag()
Getter for the contact data flags.
- Since
- S60 5.0
ContactDataL()
HBufC & | ContactDataL | ( | ) | [pure virtual] |
Getter for the contact data.
- leave
- KErrArgument if data not set.
- Since
- S60 5.0
LaunchedViewUid()
TUid
| LaunchedViewUid | ( | ) | [pure virtual] |
Getter for the view uid.
- Since
- S60 5.0
SetConnectionFlag(const TConnectionFlags)
Setter for the flag of connection.
SetContactDataFlag(const TContactDataFlags)
Setter for the contact data flag.
SetContactDataL(const TDesC &)
void | SetContactDataL | ( | const TDesC & | aContactData | ) | [pure virtual] |
Setter for the contact data. If you are using TContactDataFlags::EContactLink, the
MVPbkContactLink should be streamed with PackLC before given for this method. Ownership is NOT transferred.
MVPbkContactLink from Virtual phonebook.
- leave
- KErrNotFound if contact data flag is not set before calling this method.
MCCAParameter::SetContactDataFlags
- Since
- S60 5.0
Parameters
const TDesC & aContactData | |
SetLaunchedViewUid(const TUid)
void | SetLaunchedViewUid | ( | const TUid | aUid | ) | [pure virtual] |
Setter for the launched view uid. Use this when there is need to get a particular view opened first on launch of CCA. If view uid is not set, CCA uses the default view.
- Since
- S60 5.0
Version()
TInt32
| Version | ( | ) | [pure virtual] |
Getter for the version.
- Since
- S60 5.0
Member Enumerations Documentation
Enum TConnectionFlags
Flags for controlling opening and closing of CCA application
Enumerators
ENormal = 0x00000001 | |
ESoftExit = 0x00000002 | |
Enum TContactDataFlags
Flags for indicating type of contact data
Notes related to specific search types below: EContactId EContactLink
Enumerators
EContactNone = 0 | |
EContactId | |
EContactLink | |
EContactMSISDN | |
EContactDataModel | |
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.