stripe-android
payments-core
/
com.stripe.android.polling
/
IntentStatusPoller
Intent
Status
Poller
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
IntentStatusPoller
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Config
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Config
(
val
clientSecret
:
String
,
val
maxAttempts
:
Int
)
Content copied to clipboard
Functions
force
Poll
Link copied to clipboard
abstract
suspend
fun
forcePoll
(
)
Content copied to clipboard
start
Polling
Link copied to clipboard
abstract
fun
startPolling
(
scope
:
CoroutineScope
)
Content copied to clipboard
stop
Polling
Link copied to clipboard
abstract
fun
stopPolling
(
)
Content copied to clipboard
Properties
state
Link copied to clipboard
abstract
val
state
:
StateFlow
<
StripeIntent.Status
?
>
Content copied to clipboard
Inheritors
DefaultIntentStatusPoller
Link copied to clipboard