Contents

ACAccountStoreRequestAccessCompletionHandler

Specifies a handler to call when access is granted or denied.

Declaration

typealias ACAccountStoreRequestAccessCompletionHandler = (Bool, (any Error)?) -> Void

Discussion

The completion handler parameters are:

granted

A Boolean value indicating whether access is granted. true if access is granted; otherwise false.

error

An error, if one occurred.

See Also

Requesting Access