BankRepository

data class BankRepository @Inject constructor(val resources: Resources?)

Constructors

Link copied to clipboard
@Inject
fun BankRepository(resources: Resources?)

Functions

Link copied to clipboard
fun get(bankType: SupportedBankType): List<DropdownItemSpec>
Link copied to clipboard
fun initialize(supportedBankTypeInputStreamMap: Map<SupportedBankType, InputStream?>)

Properties

Link copied to clipboard
val resources: Resources?