ContactsNameStyle

public enum ContactsNameStyle

Describes the formatting style of the full name that will be displayed to the user.

  • Includes the given / first name only if available.

    Declaration

    Swift

    case short
  • A combination of first / given, middle and last name based on availability.

    Declaration

    Swift

    case medium
  • Includes prefix, first / given, middle, last name and suffix depending on availability respectively.

    Declaration

    Swift

    case long