TDataTypeWithPriority Class Reference

class TDataTypeWithPriority

A data (MIME) type and a priority value for that data type.

The priority is used to resolve the current preferred handler of a data type, in the absence of any user preferences. An AIF file can associate an application with a data (MIME) type that is not native to Symbian OS. A priority value can be specified that allows the device to choose the highest priority application that can handle that data type.

TDataType TDataTypePriority

Constructor & Destructor Documentation

TDataTypeWithPriority()

IMPORT_CTDataTypeWithPriority()

TDataTypeWithPriority(const TDataType &, TDataTypePriority)

IMPORT_CTDataTypeWithPriority(const TDataType &aDataType,
TDataTypePriorityaPriority
)

Parameters

const TDataType & aDataType
TDataTypePriority aPriority

Member Functions Documentation

ExternalizeL(RWriteStream &)

IMPORT_C voidExternalizeL(RWriteStream &aWriteStream)const

Parameters

RWriteStream & aWriteStream

InternalizeL(RReadStream &)

IMPORT_C voidInternalizeL(RReadStream &aReadStream)

Parameters

RReadStream & aReadStream

Member Data Documentation

TDataType iDataType

TDataType iDataType

The data type.

TDataTypePriority iPriority

TDataTypePriority iPriority

The priority value.