Added in API level 34

PrepareGetCredentialResponse.PendingGetCredentialHandle

public static final class PrepareGetCredentialResponse.PendingGetCredentialHandle
extends Object

java.lang.Object
   ↳ android.credentials.PrepareGetCredentialResponse.PendingGetCredentialHandle


A handle that represents a pending get-credential operation. Pass this handle to CredentialManager.getCredential(android.content.Context, android.credentials.PrepareGetCredentialResponse.PendingGetCredentialHandle, android.os.CancellationSignal, java.util.concurrent.Executor, android.os.OutcomeReceiver) to perform the remaining flows to officially retrieve a credential.

Summary

Inherited methods