#include <app/cntdb.h>
| class TPluginParameters |
| Public Member Functions | |
|---|---|
| TPluginParameters(TInt64, MConverterCallBack *, TVCardVersion, TBool) | |
| MConverterCallBack * | GetCallback() |
| TVCardVersion | GetExportVersion() |
| TInt64 | GetFilter() |
| TBool | IsExportTel() |
Class used to pack the extra arguments required for a PBAP conveter, PBAP client provides these arguments using overloaded CContactDatabase::ExportSelectedContacts.
| TPluginParameters | ( | TInt64 | aContactFieldFilter, |
| MConverterCallBack * | aCallback, | ||
| TVCardVersion | aVersion, | ||
| TBool | aExportTel | ||
| ) | [inline] | ||
| MConverterCallBack * | GetCallback | ( | ) | const [inline] |