IntentStatusPoller

interface IntentStatusPoller

Types

Link copied to clipboard
data class Config(val clientSecret: String, val maxAttempts: Int)

Functions

Link copied to clipboard
abstract suspend fun forcePoll()
Link copied to clipboard
abstract fun startPolling(scope: CoroutineScope)
Link copied to clipboard
abstract fun stopPolling()

Properties

Link copied to clipboard
abstract val state: StateFlow<StripeIntent.Status?>

Inheritors

Link copied to clipboard