NotSupported

data class NotSupported(error: Throwable) : ReaderSupportResult

Type used when a reader is unsupported, with a reason

Constructors

Link copied to clipboard
fun NotSupported(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
open val isSupported: Boolean

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