Package com.stripe.android.polling

Types

Link copied to clipboard
class DefaultIntentStatusPoller @Inject constructor(    stripeRepository: StripeRepository,     paymentConfigProvider: Provider<PaymentConfiguration>,     config: IntentStatusPoller.Config,     dispatcher: CoroutineDispatcher) : IntentStatusPoller
Link copied to clipboard
interface IntentStatusPoller