CNContactSortOrder Enum

Definition

Enumerates the manner in which contacts should be sorted.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CNContactSortOrder
type CNContactSortOrder = 
Inheritance
CNContactSortOrder
Attributes

Fields

FamilyName 3

Contacts should be sorted by FamilyName.

GivenName 2

Contacts should be sorted by GivenName..

None 0

No sorting should be applied.

UserDefault 1

Contacts should be sorted by the user's default preference.

Applies to