toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.elements
/
TextFieldIcon
/
Dropdown
/
Item
Item
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Item
(
val
id
:
String
,
val
label
:
ResolvableString
,
val
icon
:
Int
)
:
SingleChoiceDropdownItem
Members
Constructors
Item
Link copied to clipboard
constructor
(
id
:
String
,
label
:
ResolvableString
,
icon
:
Int
)
Properties
icon
Link copied to clipboard
open
override
val
icon
:
Int
id
Link copied to clipboard
val
id
:
String
label
Link copied to clipboard
open
override
val
label
:
ResolvableString