ResourceRepository

interface ResourceRepository

Interface that provides all resources needed by the forms.

Functions

Link copied to clipboard
abstract fun getAddressRepository(): AddressFieldElementRepository
Link copied to clipboard
abstract fun isLoaded(): Boolean
Link copied to clipboard
abstract suspend fun waitUntilLoaded()

Suspend function that will wait for all resources to be loaded. Must be called before trying to get any of the repositories.

Inheritors

Link copied to clipboard
Link copied to clipboard