CKContainer.DiscoverUserIdentityWithEmailAddress 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 email
를 CKUserIdentity 사용하여 레코드의 데이터를 검색합니다.
[Foundation.Export("discoverUserIdentityWithEmailAddress:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void DiscoverUserIdentityWithEmailAddress (string email, Action<CloudKit.CKUserIdentity,Foundation.NSError> completionHandler);
abstract member DiscoverUserIdentityWithEmailAddress : string * Action<CloudKit.CKUserIdentity, Foundation.NSError> -> unit
override this.DiscoverUserIdentityWithEmailAddress : string * Action<CloudKit.CKUserIdentity, Foundation.NSError> -> unit
매개 변수
- String
- completionHandler
- Action<CKUserIdentity,NSError>
- 특성
설명
의 "ID 검색" 메서드를 사용하면 개발자가 앱에서 CKContainer "친구도 사용하는" 기능을 구현할 수 있습니다. 이러한 메서드를 사용하여 CloudKit 컨테이너에서 사용자 주소록의 항목에 해당하는 사용자 레코드를 찾을 수 있습니다. 사용자가 앱을 사용하고 해당 상태를 공유하기로 합의했다는 사실 외에 사용자에 대한 정보는 에서 CKContainer사용할 수 없습니다.