CredentialProviderService.OnBeginGetCredential メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続されたプロバイダー サービスからユーザー資格情報を取得するために Android システムによって呼び出されます。
[Android.Runtime.Register("onBeginGetCredential", "(Landroid/service/credentials/BeginGetCredentialRequest;Landroid/os/CancellationSignal;Landroid/os/OutcomeReceiver;)V", "GetOnBeginGetCredential_Landroid_service_credentials_BeginGetCredentialRequest_Landroid_os_CancellationSignal_Landroid_os_OutcomeReceiver_Handler", ApiSince=34)]
public abstract void OnBeginGetCredential (Android.Service.Credentials.BeginGetCredentialRequest request, Android.OS.CancellationSignal cancellationSignal, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("onBeginGetCredential", "(Landroid/service/credentials/BeginGetCredentialRequest;Landroid/os/CancellationSignal;Landroid/os/OutcomeReceiver;)V", "GetOnBeginGetCredential_Landroid_service_credentials_BeginGetCredentialRequest_Landroid_os_CancellationSignal_Landroid_os_OutcomeReceiver_Handler", ApiSince=34)>]
abstract member OnBeginGetCredential : Android.Service.Credentials.BeginGetCredentialRequest * Android.OS.CancellationSignal * Android.OS.IOutcomeReceiver -> unit
パラメーター
- request
- BeginGetCredentialRequest
プロバイダーが処理するための要求
- cancellationSignal
- CancellationSignal
プロバイダーが Android システムからのキャンセル要求をリッスンするためのシグナル
- callback
- IOutcomeReceiver
資格情報要求の応答をリレーするために使用されるオブジェクト
- 属性
注釈
接続されたプロバイダー サービスからユーザー資格情報を取得するために Android システムによって呼び出されます。
この API は、特定の資格情報プロバイダーからユーザーの資格情報を取得するためのクエリ ステージ要求を表します。 要求には、候補の資格情報をBeginGetCredentialOption
設定するために使用するパラメーターを持つリストが含まれています。このリストCredentialEntry
BeginGetCredentialResponse
には、 このリストは、セレクターのユーザーに表示されます。
a PendingIntent
が a にCredentialEntry
設定されていて、ユーザーがそのエントリを選択した場合、GetCredentialRequest
実際android.credentials.Credential
の取得に必要なすべてのパラメーターを含む a が起動のIntent
PendingIntent
一部として送信されます。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。