QtMobility Reference Documentation

QML NdefTextRecord Element

The NdefTextRecord element represents an NFC RTD-Text NDEF record. More...

Inherits NdefRecord

This element was introduced in Mobility 1.2.

Properties

Detailed Description

The NdefTextRecord element is part of the QtMobility.connectivity 1.2 module.

The NdefTextRecord element contains a localized piece of text that can be display to the user. An NDEF message may contain many text records for different locales, it is up to the application to select the most appropriate one to display to the user. The localeMatch property can be used to determine if the text record has been matched.

See also QNdefNfcTextRecord.

Property Documentation

locale : string

This property holds the locale that this text record is for.

This property group was introduced in Mobility 1.2.


localeMatch : enumeration

This property holds an enum describing how closely the locale of the text record matches the applications current locale. The application should display only the text record that most closely matches the applications current locale.

ValueDescription
LocaleMatchedNoneThe text record does not match at all.
LocaleMatchedEnglishThe language of the text record is English and the language of application's current locale is not English. The English language text should be displayed if there is not a more appropriate match.
LocaleMatchedLanguageThe language of the text record and the language of the applications's current locale are the same.
LocaleMatchedLanguageAndCountryThe language and country of the text record matches that of the applicatin's current locale.

This property group was introduced in Mobility 1.2.


text : string

This property holds the text which should be displayed when the current locale matches locale.

This property group was introduced in Mobility 1.2.


X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.