toggle menu
adyen-android
androidJvm
switch theme
search in API
econtext
/
com.adyen.checkout.econtext.internal
/
EContextComponent
EContext
Component
abstract
class
EContextComponent
<
EContextPaymentMethodT
:
EContextPaymentMethod
,
EContextComponentStateT
:
PaymentComponentState
<
EContextPaymentMethodT
>
>
:
ViewModel
,
PaymentComponent
,
ViewableComponent
,
ButtonComponent
,
ActionHandlingComponent
Members
Properties
component
Event
Handler
Link copied to clipboard
@get:
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
val
componentEventHandler
:
ComponentEventHandler
<
EContextComponentStateT
>
delegate
Link copied to clipboard
open
override
val
delegate
:
ComponentDelegate
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
)
handle
Intent
Link copied to clipboard
open
override
fun
handleIntent
(
intent
:
Intent
)
is
Confirmation
Required
Link copied to clipboard
open
override
fun
isConfirmationRequired
(
)
:
Boolean
set
Interaction
Blocked
Link copied to clipboard
open
override
fun
setInteractionBlocked
(
isInteractionBlocked
:
Boolean
)
set
On
Redirect
Listener
Link copied to clipboard
open
override
fun
setOnRedirectListener
(
listener
:
(
)
->
Unit
)
submit
Link copied to clipboard
open
override
fun
submit
(
)