PendingImportCredentialsHandle

public final class PendingImportCredentialsHandle implements Parcelable


Response to IdentityCredentialClient.importCredentials API, containing a PendingIntent that can be used to launch a selector that allows the user to select a credential provider to import credentials from

Summary

Public constructors

Public methods

final int
final @NonNull PendingIntent

the intent that launches the selector UI

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

Public constructors

PendingImportCredentialsHandle

public PendingImportCredentialsHandle(@NonNull PendingIntent pendingIntent)
Parameters
@NonNull PendingIntent pendingIntent

the intent that launches the selector UI

Public methods

describeContents

public final int describeContents()

getPendingIntent

public final @NonNull PendingIntent getPendingIntent()

the intent that launches the selector UI

writeToParcel

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