pos-payment-external-sdk
Toggle table of contents
1.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
pos-payment-external-sdk
pos-payment-external-sdk
/
su.ips.pos_payment_app.aidl_models
/
StringKeyValue
String
Key
Value
data
class
StringKeyValue
(
val
key
:
String
,
val
value
:
String
)
:
Parcelable
Members
Constructors
String
Key
Value
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)