| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.NfcTagDispatchBlockFlags |
The NfcTagDispatchBlockFlags defines the categories of NFC tags that could be blocked.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | FLAG_BT_HANDOVER | Block automatic Bluetooth pairing via NFC handover (BT Classic + BLE). | |||||||||
| int | FLAG_NDEF_AAR | Block Android Application Record dispatch (app launch / Play Store redirect). | |||||||||
| int | FLAG_NDEF_MIME | Block NDEF MIME type dispatch (text/vcard, text/plain, etc.). | |||||||||
| int | FLAG_NDEF_URI | Block NDEF URI dispatch for non-web schemes (tel:, mailto:, geo:, sms:, etc.). | |||||||||
| int | FLAG_NDEF_WEB | Block NDEF web URL dispatch (http:// and https:// schemes). | |||||||||
| int | FLAG_TAG | Block generic tag fallback dispatch (ACTION_TAG_DISCOVERED). |
|||||||||
| int | FLAG_TECH | Block tech-based dispatch (ACTION_TECH_DISCOVERED). |
|||||||||
| int | FLAG_WIFI_WPS | Block automatic WiFi network configuration via WPS (WiFi Simple Configuration). | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Block automatic Bluetooth pairing via NFC handover (BT Classic + BLE).
Block Android Application Record dispatch (app launch / Play Store redirect).
Block NDEF MIME type dispatch (text/vcard, text/plain, etc.).
Block NDEF URI dispatch for non-web schemes (tel:, mailto:, geo:, sms:, etc.).
Block NDEF web URL dispatch (http:// and https:// schemes).
Block generic tag fallback dispatch (ACTION_TAG_DISCOVERED).
Block tech-based dispatch (ACTION_TECH_DISCOVERED).
Block automatic WiFi network configuration via WPS (WiFi Simple Configuration).