isObserveModeSupported method

Future<bool> isObserveModeSupported()

Whether this device can observe a reader's polling loop.

False below API 35, and on hardware whose controller cannot report polling frames. Every other call in this section is only meaningful when this is true.

Implementation

Future<bool> isObserveModeSupported() => androidApi.hceIsObserveModeSupported();