Package com.stripe.android.ui.core.forms.resources

Types

Link copied to clipboard
class AsyncResourceRepository @Inject constructor(resources: Resources?, workContext: CoroutineContext, locale: Locale?) : ResourceRepository

ResourceRepository that loads all resources from JSON asynchronously.

Link copied to clipboard
interface ResourceRepository

Interface that provides all resources needed by the forms.

Link copied to clipboard
class StaticResourceRepository(bankRepository: BankRepository, addressRepository: AddressFieldElementRepository) : ResourceRepository

ResourceRepository that receives all resources pre-loaded.