toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.elements
/
TextFieldIcon
/
Trailing
Trailing
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Trailing
(
@
DrawableRes
val
idRes
:
Int
,
@
StringRes
val
contentDescription
:
Int
?
=
null
,
val
isTintable
:
Boolean
,
val
onClick
:
(
)
->
Unit
?
=
null
)
:
TextFieldIcon
Members
Constructors
Trailing
Link copied to clipboard
constructor
(
@
DrawableRes
idRes
:
Int
,
@
StringRes
contentDescription
:
Int
?
=
null
,
isTintable
:
Boolean
,
onClick
:
(
)
->
Unit
?
=
null
)
Properties
content
Description
Link copied to clipboard
val
contentDescription
:
Int
?
=
null
id
Res
Link copied to clipboard
val
idRes
:
Int
is
Tintable
Link copied to clipboard
val
isTintable
:
Boolean
If it is an icon that should be tinted to match the text the value should be true
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
?
=
null