PrepareGetCredentialResponse.PendingGetCredentialHandle


@RequiresApi(value = 34)
public final class PrepareGetCredentialResponse.PendingGetCredentialHandle


A handle that represents a pending get-credential operation. Pass this handle to CredentialManager.getCredential or CredentialManager.getCredentialAsync to perform the remaining flows to officially retrieve a credential.

Throws
kotlin.NullPointerException

If frameworkHandle is null at API level >= 34.

Summary

Public constructors

PendingGetCredentialHandle

Added in 1.2.0
public PendingGetCredentialHandle(
    PrepareGetCredentialResponse.PendingGetCredentialHandle frameworkHandle
)
Parameters
PrepareGetCredentialResponse.PendingGetCredentialHandle frameworkHandle

the framework handle representing this pending operation. Must not be null at API level >= 34.