Dokka MultiModule Example
androidJvm
pos-sdk
/
su.ips.pos_sdk.models
/
MifareResponse
Mifare
Response
data
class
MifareResponse
(
val
cardType
:
Int
,
val
serialNumber
:
String
)
Members
Constructors
Mifare
Response
Link copied to clipboard
constructor
(
cardType
:
Int
,
serialNumber
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
is
Valid
Link copied to clipboard
fun
isValid
(
)
:
Boolean
Properties
card
Type
Link copied to clipboard
val
cardType
:
Int
serial
Number
Link copied to clipboard
val
serialNumber
:
String