AddressRepository

class AddressRepository @Inject constructor(val resources: Resources?)

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun initialize(countryCode: String, schema: ByteArrayInputStream)

Properties

Link copied to clipboard
val resources: Resources?