ABAddressBook Constructor

Definition

Developers should not use this deprecated constructor. Developers should use the static Create method instead

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use the static Create method instead")]
public ABAddressBook ();
Attributes

Remarks

Changes made to the ABAddressBook instance are visible to other applications only after Save() is called.

Applies to