Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKUserIdentityLookupInfoMBS class.

CKUserIdentityLookupInfoMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this class is available.

Should be true for OS X 10.12 and newer in 64-bit application.

CKUserIdentityLookupInfoMBS.lookupInfosWithEmailAddress(emailAddress as string) as CKUserIdentityLookupInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array of user identity lookup objects configured with email addresses as the search criteria.

emails: An array of strings that represent the email addresses to use to configure the CKUserIdentityLookupInfoMBS objects.

Returns an array of CKUserIdentityLookupInfoMBS objects that are configured with the email addresses that were passed in.
May return nil in case of error.

Once initialized, these objects can be passed into a CKDiscoverUserIdentitiesOperationMBS, or a CKFetchShareParticipantsOperationMBS to retrieve the CKUserIdentity objects for the user.

CKUserIdentityLookupInfoMBS.lookupInfosWithEmails(emailAddresses() as string) as CKUserIdentityLookupInfoMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array of user identity lookup objects configured with email addresses as the search criteria.

emails: An array of strings that represent the email addresses to use to configure the CKUserIdentityLookupInfoMBS objects.

Returns an array of CKUserIdentityLookupInfoMBS objects that are configured with the email addresses that were passed in.
May return nil in case of error.

Once initialized, these objects can be passed into a CKDiscoverUserIdentitiesOperationMBS, or a CKFetchShareParticipantsOperationMBS to retrieve the CKUserIdentityMBS objects for the user.

CKUserIdentityLookupInfoMBS.lookupInfosWithPhoneNumbers(phoneNumbers() as string) as CKUserIdentityLookupInfoMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array of user identity lookup objects configured with phone numbers as the search criteria.

phoneNumbers: An array of strings that represent the phone numbers to use to configure the CKUserIdentityLookupInfoMBS objects.

Returns an array of CKUserIdentityLookupInfoMBS objects that are configured with the phone numbers that were passed in.
May return nil in case of error.

Once initialized, these objects can be passed into a CKDiscoverUserIdentitiesOperationMBS, or a CKFetchShareParticipantsOperationMBS to retrieve the CKUserIdentityMBS objects for the user.

CKUserIdentityLookupInfoMBS.lookupInfosWithRecordIDs(userRecordIDs() as CKRecordIDMBS) as CKUserIdentityLookupInfoMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array of user identity lookup objects configured with phone numbers as the search criteria.

userRecordIDs: An array of CKRecordIDMBS objects that are used to configure the CKUserIdentityLookupInfoMBS objects.

Returns an array of CKUserIdentityLookupInfoMBS objects that are configured with the CKRecordIDMBS objects that were passed in.one

CKUserIdentityLookupInfoMBS.lookupInfosWithUserRecordID(userRecordID as CKRecordIDMBS) as CKUserIdentityLookupInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns a look up info object with the user record ID property configured.

userRecordID: The user record ID to use to look up the user.

Returns an user identity lookup object initialized to look up a user by the user’s record ID, or nil if the object cannot be initialized.

Once initialized, this object can be passed into CKDiscoverUserIdentitiesOperationMBS, or a CKFetchShareParticipantsOperationMBS to retrieve the CKUserIdentityMBS for the user.

CKUserIdentityLookupInfoMBS.lookupInfosWithWithPhoneNumber(phoneNumber as string) as CKUserIdentityLookupInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns a look up info object with the phone number property configured.

phoneNumber: The phone number to use to look up the user.

Returns an user identity lookup object initialized to look up a user by the user’s phone number, or nil if the object cannot be initialized.

Once initialized, this object can be passed into a CKDiscoverUserIdentitiesOperationMBS, or a CKFetchShareParticipantsOperationMBS to retrieve the CKUserIdentityMBS for the user.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...