次の方法で共有


CKContainer.DiscoverUserIdentityWithEmailAddress メソッド

定義

指定した を 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

パラメーター

email
String
completionHandler
Action<CKUserIdentity,NSError>
属性

注釈

の "ID 検出" メソッド CKContainer を使用すると、開発者はアプリに "使用する友人" 機能を実装できます。 これらのメソッドを使用して、ユーザーのアドレス帳のエントリに対応する CloudKit コンテナー内のユーザー レコードを検索できます。 ユーザーに関する情報は、アプリを使用し、その状態を共有することに同意したという事実を超えて、 から CKContainer入手できません。

適用対象