Amarula.Contact (amarula v0.1.0)

View Source

A contact update from app-state sync — the consumer view of a contactAction (a saved name) or the local push-name setting. address is the contact.

Summary

Types

t()

@type t() :: %Amarula.Contact{
  address: Amarula.Address.t() | nil,
  first_name: String.t() | nil,
  full_name: String.t() | nil
}