Package com.stripe.android.ui.core.forms.resources
Types
Link copied to clipboard
@Singleton
Content copied to clipboard
ResourceRepository that loads all resources from JSON asynchronously.
Link copied to clipboard
This class is responsible for loading the LPM UI Specification for all LPMs, and returning a particular requested LPM.
Link copied to clipboard
Interface that provides all resources needed by the forms.
Link copied to clipboard
class StaticResourceRepository(addressRepository: AddressFieldElementRepository, lpmRepository: LpmRepository = LpmRepository(null)) : ResourceRepository
Content copied to clipboard
ResourceRepository that receives all resources pre-loaded.