toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.coupons
/
CouponImageFormats
Coupon
Image
Formats
data
class
CouponImageFormats
(
val
contentType
:
String
,
val
width
:
Int
?
,
val
height
:
Int
?
,
val
size
:
String
,
val
url
:
String
)
:
Parcelable
Members
Constructors
Coupon
Image
Formats
Link copied to clipboard
constructor
(
contentType
:
String
,
width
:
Int
?
,
height
:
Int
?
,
size
:
String
,
url
:
String
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
height
Link copied to clipboard
val
height
:
Int
?
size
Link copied to clipboard
val
size
:
String
url
Link copied to clipboard
val
url
:
String
width
Link copied to clipboard
val
width
:
Int
?
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
)