ABAddressBook
ErrorDomain
ABAddressBook()
~ABAddressBook()
GroupCount
Handle
HasUnsavedChanges
PeopleCount
Add(ABRecord)
Create(NSError)
Dispose()
Dispose(Boolean)
GetAllSources()
GetAuthorizationStatus()
GetDefaultSource()
GetEnumerator()
GetGroup(Int32)
GetGroups()
GetGroups(ABRecord)
GetPeople()
GetPeople(ABRecord)
GetPeople(ABRecord, ABPersonSortBy)
GetPeopleWithName(String)
GetPerson(Int32)
GetSource(Int32)
LocalizedLabel(NSString)
OnExternalChange(ExternalChangeEventArgs)
Remove(ABRecord)
RequestAccess(Action<Boolean, NSError>)
Revert()
Save()
ExternalChange
xamarinios
namespace AddressBook
{
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABAddressBook : INativeObject, IEnumerable, IEnumerable<ABRecord>, IDisposable
{
~ABAddressBook();
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API