onAddressSelected
abstract suspend fun onAddressSelected(address: ShopPayHandlers.SelectedAddress): ShopPayHandlers.ShippingContactUpdate?
Return
A ShippingContactUpdate with your updates. To reject this selection, return null
.
Note: If this function does not complete, the app will hang.
Parameters
address
The SelectedAddress that was selected by the user.