CNContact.AreKeysAvailable Method

Definition

Overloads

AreKeysAvailable(CNContactOptions)

Whether the keys specified in options are available.

AreKeysAvailable(NSArray)

Whether the keys described in keyDescriptors are available.

AreKeysAvailable<T>(T[])

Whether the keys described in keyDescriptors are available.

AreKeysAvailable(CNContactOptions)

Whether the keys specified in options are available.

public bool AreKeysAvailable (Contacts.CNContactOptions options);
member this.AreKeysAvailable : Contacts.CNContactOptions -> bool

Parameters

Returns

Applies to

AreKeysAvailable(NSArray)

Whether the keys described in keyDescriptors are available.

[Foundation.Export("areKeysAvailable:")]
protected virtual bool AreKeysAvailable (Foundation.NSArray keyDescriptors);
abstract member AreKeysAvailable : Foundation.NSArray -> bool
override this.AreKeysAvailable : Foundation.NSArray -> bool

Parameters

keyDescriptors
NSArray

Returns

Attributes

Applies to

AreKeysAvailable<T>(T[])

Whether the keys described in keyDescriptors are available.

public bool AreKeysAvailable<T> (T[] keyDescriptors) where T : Foundation.INSObjectProtocol, Foundation.INSSecureCoding, Foundation.INSCopying;
member this.AreKeysAvailable : 'T[] -> bool (requires 'T :> Foundation.INSObjectProtocol and 'T :> Foundation.INSSecureCoding and 'T :> Foundation.INSCopying)

Type Parameters

T

Parameters

keyDescriptors
T[]

Returns

Applies to