toggle menu
BlendVisionMessageSDK
androidJvm
switch theme
search in API
common
/
com.blendvision.chat.messaging.common.presentation
/
Increment
Increment
data
class
Increment
(
val
key
:
String
,
val
value
:
Int
)
:
Parcelable
Represents an increment value.
Members
Constructors
Increment
Link copied to clipboard
constructor
(
key
:
String
,
value
:
Int
)
Properties
key
Link copied to clipboard
@
SerializedName
(
value
=
"key"
)
val
key
:
String
Key of the increment.
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
Int
Value of the increment.
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
)