toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.internal.data.api
/
StatusRepository
Status
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
StatusRepository
Inheritors
DefaultStatusRepository
Members
Functions
poll
Link copied to clipboard
abstract
fun
poll
(
paymentData
:
String
,
maxPollingDuration
:
Long
)
:
Flow
<
Result
<
StatusResponse
>
>
refresh
Status
Link copied to clipboard
abstract
fun
refreshStatus
(
paymentData
:
String
)