Skip to main content

Checking whether the flow can start

To ensure that AutomatID was initialized correctly and that the device can perform an identification flow (i.e. it supports NFC), call the method:

val supported: Boolean = AutomatIdManager.isAutomatIdSupported(context)

If the method returns true, you can proceed to start an identification flow.