init(emailAddress:)
Creates a lookup info for the specified email address.
Declaration
init(emailAddress: String)Parameters
- emailAddress:
The email address for looking up the user identity.
Discussion
After you create a lookup info, use the CKDiscoverUserIdentitiesOperation operation or the CKFetchShareParticipantsOperation operation to retrieve the corresponding user identity.