Package-level declarations
Types
Link copied to clipboard
class CommandExecutionException(val status: CommandResponseStatusInterface) : CommandResponseStatusInterface, IllegalStateException
カードコマンドの実行に失敗した場合の例外
Link copied to clipboard
ReaderSessionInterfaceが発行するイベント
Link copied to clipboard
actual data class ReaderSessionException(val code: ReaderSessionException.Code, val message: String, val cause: Throwable?) : IllegalStateException
カードリーダーとの通信に失敗した場合の例外
expect class ReaderSessionException(code: ReaderSessionException.Code, message: String, cause: Throwable? = null) : IllegalStateException
カードリーダーとの通信に失敗した場合の例外
actual data class ReaderSessionException(val code: ReaderSessionException.Code, val message: String, val cause: Throwable?) : IllegalStateException
カードリーダーとの通信に失敗した場合の例外
Link copied to clipboard
ReaderSessionのオプション