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

final Int
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

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

pendingIntent

val pendingIntentPendingIntent

the intent that launches the selector UI