toggle menu
Readers SDK
version 23.1.3
androidJvm
switch theme
search in API
model
/
com.mpos.payments.transaction.model
/
SDKTransactionError
/
ConnectionFailed
Connection
Failed
class
ConnectionFailed
(
val
message
:
String
?
)
:
SDKTransactionError
Connection was lost with the reader device
Parameters
message
a message explaining why it was connection failed
Members
Constructors
Connection
Failed
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String