ClearExportRequest

class ClearExportRequest : Parcelable


A request to clear the registries stored for your app.

The order of the conditions are important. If deleteAll is true, then the other conditions are ignored, and all the registries for your app that was registered with the IdentityCredentialClient.registerExport API are deleted.

Summary

Public companion properties

Parcelable.Creator<ClearExportRequest>

Public constructors

ClearExportRequest(deleteAll: Boolean, registryIds: List<String>)

constructs an instance of ClearExportRequest

Public functions

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

Public properties

ClearRegistryRequest.ClearTypedRegistryOption
Boolean

whether to delete all export registries for your app

List<String>

the IDs of the registries for the given type to delete

Public companion properties

Public constructors

ClearExportRequest

ClearExportRequest(deleteAll: Boolean, registryIds: List<String>)

constructs an instance of ClearExportRequest

Parameters
deleteAll: Boolean

whether to delete all export registries for your app

registryIds: List<String>

the IDs of the registries for the given type to delete

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

deleteAll

val deleteAllBoolean

whether to delete all export registries for your app

registryIds

val registryIdsList<String>

the IDs of the registries for the given type to delete