{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% include "/android/_dackka-meta-tags.html" %}

ClearRegistryResponse

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

class ClearRegistryResponse : Parcelable


Summary

Public companion properties

Parcelable.Creator<ClearRegistryResponse>

Public constructors

constructs an instance of ClearRegistryResponse

Public functions

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

Public properties

Boolean

if true, indicates clear operation deleted some registries, otherwise indicates the clear operation did not delete (no operation occurred); unexpected failures will be thrown as exceptions

Public companion properties

CREATOR

val CREATORParcelable.Creator<ClearRegistryResponse>

Public constructors

ClearRegistryResponse

ClearRegistryResponse(isDeleted: Boolean)

constructs an instance of ClearRegistryResponse

Parameters
isDeleted: Boolean

if true, indicates clear operation deleted some registries, otherwise indicates the clear operation did not delete (no operation occurred); unexpected failures will be thrown as exceptions

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

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

Public properties

isDeleted

val isDeletedBoolean

if true, indicates clear operation deleted some registries, otherwise indicates the clear operation did not delete (no operation occurred); unexpected failures will be thrown as exceptions