toggle menu
adyen-android
androidJvm
switch theme
search in API
twint-action
/
com.adyen.checkout.twint.action
/
TwintActionComponent
Twint
Action
Component
class
TwintActionComponent
:
ViewModel
,
ActionComponent
,
ViewableComponent
An
ActionComponent
that is able to handle the 'twint' action.
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
delegate
Link copied to clipboard
open
override
val
delegate
:
TwintActionDelegate
view
Flow
Link copied to clipboard
open
override
val
viewFlow
:
Flow
<
ComponentViewType
?
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
can
Handle
Action
Link copied to clipboard
open
override
fun
canHandleAction
(
action
:
Action
)
:
Boolean
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
handle
Action
Link copied to clipboard
open
override
fun
handleAction
(
action
:
Action
,
activity
:
Activity
)