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_C TDataTypeWithPriority ( )

TDataTypeWithPriority(const TDataType &, TDataTypePriority)

IMPORT_C TDataTypeWithPriority ( const TDataType & aDataType,
TDataTypePriority aPriority
)

Parameters

const TDataType & aDataType
TDataTypePriority aPriority

Member Functions Documentation

ExternalizeL(RWriteStream &)

IMPORT_C void ExternalizeL ( RWriteStream & aWriteStream ) const

Parameters

RWriteStream & aWriteStream

InternalizeL(RReadStream &)

IMPORT_C void InternalizeL ( RReadStream & aReadStream )

Parameters

RReadStream & aReadStream

Member Data Documentation

TDataType iDataType

TDataType iDataType

The data type.

TDataTypePriority iPriority

TDataTypePriority iPriority

The priority value.