to top
Datalogic APIs
public class

NfcTagDispatchBlockFlags

extends Object
java.lang.Object
   ↳ com.datalogic.device.configuration.NfcTagDispatchBlockFlags

Class Overview

The NfcTagDispatchBlockFlags defines the categories of NFC tags that could be blocked.

Summary

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
NfcTagDispatchBlockFlags()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int FLAG_BT_HANDOVER

Added in revision 50

Block automatic Bluetooth pairing via NFC handover (BT Classic + BLE).

Constant Value: 1 (0x00000001)

public static final int FLAG_NDEF_AAR

Added in revision 50

Block Android Application Record dispatch (app launch / Play Store redirect).

Constant Value: 4 (0x00000004)

public static final int FLAG_NDEF_MIME

Added in revision 50

Block NDEF MIME type dispatch (text/vcard, text/plain, etc.).

Constant Value: 32 (0x00000020)

public static final int FLAG_NDEF_URI

Added in revision 50

Block NDEF URI dispatch for non-web schemes (tel:, mailto:, geo:, sms:, etc.).

Constant Value: 16 (0x00000010)

public static final int FLAG_NDEF_WEB

Added in revision 50

Block NDEF web URL dispatch (http:// and https:// schemes).

Constant Value: 8 (0x00000008)

public static final int FLAG_TAG

Added in revision 50

Block generic tag fallback dispatch (ACTION_TAG_DISCOVERED).

Constant Value: 128 (0x00000080)

public static final int FLAG_TECH

Added in revision 50

Block tech-based dispatch (ACTION_TECH_DISCOVERED).

Constant Value: 64 (0x00000040)

public static final int FLAG_WIFI_WPS

Added in revision 50

Block automatic WiFi network configuration via WPS (WiFi Simple Configuration).

Constant Value: 2 (0x00000002)

Public Constructors

public NfcTagDispatchBlockFlags ()

Added in revision 50