{% include "/android/_dackka-meta-tags.html" %}

PendingGetCredentialHandle

{% setvar page_path %}com/google/android/gms/identitycredentials/PendingGetCredentialHandle.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public final class PendingGetCredentialHandle implements Parcelable


Returns a response for the IdentityCredentialClient.getCredential API that can be used to launch the credential selector UIs to finalize on a credential of the user's choice that can be used for app sign-in.

Summary

Public fields

static final @NonNull Parcelable.Creator<@NonNull PendingGetCredentialHandle>

Public constructors

constructs an instance of PendingGetCredentialHandle

Public methods

final int
final @NonNull PendingIntent

the PendingIntent to launch the credential selector UI

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

CREATOR

public static final @NonNull Parcelable.Creator<@NonNull PendingGetCredentialHandleCREATOR

Public constructors

PendingGetCredentialHandle

public PendingGetCredentialHandle(@NonNull PendingIntent pendingIntent)

constructs an instance of PendingGetCredentialHandle

Parameters
@NonNull PendingIntent pendingIntent

the PendingIntent to launch the credential selector UI

Public methods

describeContents

public final int describeContents()

getPendingIntent

public final @NonNull PendingIntent getPendingIntent()

the PendingIntent to launch the credential selector UI

writeToParcel

public void writeToParcel(@NonNull Parcel dest, int flags)