ICNContactPickerDelegate
ContactPickerDidCancel(ICNContactPickerDelegate, CNContactPickerViewController)
ContactPropertySelected(ICNContactPickerDelegate, CNContactPicker, CNContactProperty)
ContactSelected(ICNContactPickerDelegate, CNContactPicker, CNContact)
DidClose(ICNContactPickerDelegate, CNContactPicker)
DidSelectContact(ICNContactPickerDelegate, CNContactPickerViewController, CNContact)
DidSelectContactProperties(ICNContactPickerDelegate, CNContactPickerViewController, CNContactProperty[])
DidSelectContactProperty(ICNContactPickerDelegate, CNContactPickerViewController, CNContactProperty)
DidSelectContacts(ICNContactPickerDelegate, CNContactPickerViewController, CNContact[])
WillClose(ICNContactPickerDelegate, CNContactPicker)
xamarinios
namespace ContactsUI
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "CNContactPickerDelegate", WrapperType = typeof(CNContactPickerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ContactPickerDidCancel", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CNContactPickerViewController) }, Selector = "contactPickerDidCancel:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectContact", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CNContactPickerViewController), typeof(CNContact) }, Selector = "contactPicker:didSelectContact:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectContactProperty", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CNContactPickerViewController), typeof(CNContactProperty) }, Selector = "contactPicker:didSelectContactProperty:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectContacts", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CNContactPickerViewController), typeof(CNContact[]) }, Selector = "contactPicker:didSelectContacts:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectContactProperties", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CNContactPickerViewController), typeof(CNContactProperty[]) }, Selector = "contactPicker:didSelectContactProperties:")]
public interface ICNContactPickerDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.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