CKDiscoverUserInfosCompletionHandler Delegate

Definition

Application developers can implement this delgate and assign it to the M:CloudKit.CKDiscoverUserInfosOperation.Complete* property to process the user information that is returned.

public delegate void CKDiscoverUserInfosCompletionHandler(NSDictionary emailsToUserInfos, NSDictionary userRecordIdsToUserInfos, NSError operationError);
type CKDiscoverUserInfosCompletionHandler = delegate of NSDictionary * NSDictionary * NSError -> unit

Parameters

emailsToUserInfos
NSDictionary
userRecordIdsToUserInfos
NSDictionary
operationError
NSError

Applies to