CNContactStoreRequestAccessHandler Delegate

Definition

public delegate void CNContactStoreRequestAccessHandler(bool granted, NSError error);
type CNContactStoreRequestAccessHandler = delegate of bool * NSError -> unit

Parameters

granted
Boolean
error
NSError

Applies to