Addresses
The Addresses SDK is where your customers can manage their addresses. It is made up of all the components required to present Addresses screens.
Without any customisation, Addresses screens looks like this:
Start using the Addresses SDK
The platform module includes the Addresses SDK. To start using it, you need to set to true the value isEnabled
on AddressesSettings
. The Addresses SDK is composed of these modules:
Addresses SDK allows multiple customisations, check the most common customisations.
Koin modules
The Addresses SDK dependencies are injected using Koin. Addresses SDK provides the default dependencies definitions via these Koin modules:
addressesDataModule
addressesDomainModule
addressesPresentationModule
Poq Settings
The Addresses SDK is configurable via AddressesSettings
.
Through AddressesSettings you can configure:
isEnabled
: to enable Addresses, disabled by default.