Package 

Class NfcConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int timeout
    • Method Summary

      Modifier and Type Method Description
      int getTimeout()
      boolean isDisableNfcDiscoverySound()
      boolean isSkipNdefCheck()
      boolean isHandleUnavailableNfc()
      NfcConfiguration disableNfcDiscoverySound(boolean disableNfcDiscoverySound) Setting this flag allows the caller to prevent the platform from playing sounds when itdiscovers a tag.
      NfcConfiguration skipNdefCheck(boolean skipNdefCheck) Setting this flag allows the caller to prevent the platform from performing an NDEF check onthe tags it
      NfcConfiguration handleUnavailableNfc(boolean handleUnavailableNfc) Set it to true to shows view with settings nfc setting if NFC is disabled, otherwise start ofNFC session will return error in callback if no permissions/setting and allows user to handledisabled NFC reader (show error or snackbar or refer to settings) Default value is false
      NfcConfiguration timeout(int timeout) The timeout to use for wireless communication.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • disableNfcDiscoverySound

         NfcConfiguration disableNfcDiscoverySound(boolean disableNfcDiscoverySound)

        Setting this flag allows the caller to prevent the platform from playing sounds when itdiscovers a tag.

        Parameters:
        disableNfcDiscoverySound - new value of this property
      • skipNdefCheck

         NfcConfiguration skipNdefCheck(boolean skipNdefCheck)

        Setting this flag allows the caller to prevent the platform from performing an NDEF check onthe tags it

        Parameters:
        skipNdefCheck - new value of this property
      • handleUnavailableNfc

         NfcConfiguration handleUnavailableNfc(boolean handleUnavailableNfc)

        Set it to true to shows view with settings nfc setting if NFC is disabled, otherwise start ofNFC session will return error in callback if no permissions/setting and allows user to handledisabled NFC reader (show error or snackbar or refer to settings) Default value is false

        Parameters:
        handleUnavailableNfc - new value of this property
      • timeout

         NfcConfiguration timeout(int timeout)

        The timeout to use for wireless communication.

        Parameters:
        timeout - the timeout in milliseconds