toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment
/
PaymentOptionsView
/
Entry
Entry
data
class
Entry
(
val
text
:
String
?
=
null
,
val
count
:
Int
=
0
,
val
icon
:
Int
?
=
null
,
val
project
:
Project
?
=
null
,
val
click
:
View.OnClickListener
?
=
null
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
count
:
Int
=
0
,
icon
:
Int
?
=
null
,
project
:
Project
?
=
null
,
click
:
View.OnClickListener
?
=
null
)
Properties
click
Link copied to clipboard
val
click
:
View.OnClickListener
?
=
null
count
Link copied to clipboard
val
count
:
Int
=
0
icon
Link copied to clipboard
val
icon
:
Int
?
=
null
project
Link copied to clipboard
val
project
:
Project
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null