toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.ui.model
/
LogoTextItem
Logo
Text
Item
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
sealed
interface
LogoTextItem
Inheritors
LogoItem
TextItem
Members
Types
Logo
Item
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
LogoItem
(
val
logoPath
:
String
,
val
environment
:
Environment
)
:
LogoTextItem
Logo
Text
Item
View
Type
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
enum
LogoTextItemViewType
:
Enum
<
LogoTextItem.LogoTextItemViewType
>
Text
Item
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
TextItem
(
@
StringRes
val
textResId
:
Int
)
:
LogoTextItem
Functions
get
View
Type
Link copied to clipboard
abstract
fun
getViewType
(
)
:
LogoTextItem.LogoTextItemViewType