NotSupported

data class NotSupported(val error: Throwable) : ReaderSupportResult

Type used when a reader is unsupported, with a reason

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard
open override val error: Throwable

Whether the reader is supported on this device and connection status.

Link copied to clipboard

If unsupported, this error contains a reason as to why the reader is not supported.