supportsReadersOfType
fun supportsReadersOfType(deviceType: DeviceType, discoveryConfiguration: DiscoveryConfiguration): ReaderSupportResult
Determine whether the mobile device supports a given reader type using a particular discovery configuration.
This is useful for the Tap to Pay reader discovery method where support will vary according to operating system and hardware capabilities.
Return
A result that is successful if supported and contains an error as the reason if unsupported.
Parameters
deviceType
Reader device type to determine support for
discoveryConfiguration
Associated discovery configuration to connect to the reader.