CKContainer.DiscoverUserIdentityWithEmailAddress メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した を CKUserIdentity 持つレコードのデータを取得します email
。
[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入手できません。