Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.model.contacts
/
AddressEntry
/
AddressEntry
Address
Entry
constructor
(
street
:
String
?
=
null
,
locality
:
String
?
=
null
,
region
:
String
?
=
null
,
postalCode
:
String
?
=
null
,
countryName
:
String
?
=
null
,
poBox
:
String
?
=
null
,
type
:
AddressType
=
AddressType.OTHER
)