ContactType

public enum ContactType

formatter which defines whether a user wants to pick an e-mail or a phone number.

  • Phone Number.

    Declaration

    Swift

    case phoneNumber
  • E-mail address.

    Declaration

    Swift

    case emailAddress