toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.coupons
/
CouponImage
Coupon
Image
data
class
CouponImage
(
val
name
:
String
?
,
val
formats
:
List
<
CouponImageFormats
>
)
:
Parcelable
Members
Constructors
Coupon
Image
Link copied to clipboard
constructor
(
name
:
String
?
,
formats
:
List
<
CouponImageFormats
>
)
Properties
best
Resolution
Url
Link copied to clipboard
val
bestResolutionUrl
:
String
formats
Link copied to clipboard
val
formats
:
List
<
CouponImageFormats
>
name
Link copied to clipboard
val
name
:
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
)