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

カードリーダーとの通信に失敗した場合の例外

カードリーダーとの通信に失敗した場合の例外

actual data class ReaderSessionException(val code: ReaderSessionException.Code, val message: String, val cause: Throwable?) : IllegalStateException

カードリーダーとの通信に失敗した場合の例外

Link copied to clipboard
data class ReaderSessionOption(val timeout: Int = 60000)

ReaderSessionのオプション