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