Interface ContactAddress

A postal address entry of a contact.

Individual fields (street, city, ...) are populated when available; otherwise formatted contains a multi-line representation suitable for direct display.

type is "home", "work", "other" or "custom" on both platforms. A platform-specific value passed to createContact on the other platform is preserved as a custom label rather than dropped, so the value survives a cross-platform round trip.

Hierarchy

  • ContactAddress

Properties

type: string
formatted?: null | string
street?: null | string
poBox?: null | string
neighborhood?: null | string
city?: null | string
region?: null | string
postcode?: null | string
country?: null | string
customLabel?: null | string

Generated using TypeDoc