Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.common
/
Consumable
Consumable
data
class
Consumable
(
val
usagesCount
:
Long
?
=
null
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
Consumable
Link copied to clipboard
fun
Consumable
(
usagesCount
:
Long
?
=
null
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
usages
Count
Link copied to clipboard
@
SerializedName
(
value
=
"usages_count"
)
val
usagesCount
:
Long
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard