onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
NfcException
Nfc
Exception
sealed
class
NfcException
:
Exception
Inheritors
NotEnabled
NotSupported
AlreadyStarted
NotStarted
Cancelled
SessionClosed
Unknown
Members
Types
Already
Started
Link copied to clipboard
class
AlreadyStarted
:
NfcException
Cancelled
Link copied to clipboard
class
Cancelled
:
NfcException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
NfcException
>
Not
Enabled
Link copied to clipboard
class
NotEnabled
:
NfcException
Not
Started
Link copied to clipboard
class
NotStarted
:
NfcException
Not
Supported
Link copied to clipboard
class
NotSupported
:
NfcException
Session
Closed
Link copied to clipboard
class
SessionClosed
:
NfcException
Unknown
Link copied to clipboard
class
Unknown
(
val
reason
:
String
)
:
NfcException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?