PendingImportCredentialsHandle

class PendingImportCredentialsHandle : 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 functions

open Unit
writeToParcel(dest: Parcel, flags: Int)

Public properties

PendingIntent

the intent that launches the selector UI

Public companion properties

Public constructors

PendingImportCredentialsHandle

PendingImportCredentialsHandle(pendingIntent: PendingIntent)
Parameters
pendingIntent: PendingIntent

the intent that launches the selector UI

Public functions

writeToParcel

open fun writeToParcel(dest: Parcel, flags: Int): Unit

Public properties

pendingIntent

val pendingIntentPendingIntent

the intent that launches the selector UI