다음을 통해 공유


CredentialProviderService.OnBeginGetCredential 메서드

정의

연결된 공급자 서비스에서 사용자 자격 증명을 검색하기 위해 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는 지정된 자격 증명 공급자에서 사용자의 자격 증명을 가져오기 위한 쿼리 단계 요청을 나타냅니다. 요청에는 후보 자격 증명을 채우는 데 사용할 매개 변수가 있는 목록이 CredentialEntry 포함되어 BeginGetCredentialOption 있습니다BeginGetCredentialResponse. 그러면 이 목록이 선택기에서 사용자에게 표시됩니다.

a가 PendingIntent 설정CredentialEntry되고 사용자가 해당 항목을 GetCredentialRequest 선택하면 실제 android.credentials.Credential 항목을 가져오는 데 필요한 모든 매개 변수가 있는 항목이 발생PendingIntent된 항목의 Intent 일부로 전송됩니다.

에 대한 android.service.credentials.CredentialProviderService.onBeginGetCredential(android.service.credentials.BeginGetCredentialRequest, android.os.CancellationSignal, android.os.OutcomeReceiver<android.service.credentials.BeginGetCredentialResponse, android.credentials.GetCredentialException>)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상