ClearRegistryResponse

class ClearRegistryResponse : Parcelable


Response of a registry deletion operation.

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 there was no data to delete; unexpected failures will be thrown as exceptions

Public companion properties

Public constructors

ClearRegistryResponse

ClearRegistryResponse(isDeleted: Boolean)

constructs an instance of ClearRegistryResponse

Parameters
isDeleted: Boolean

if true, indicates clear operation deleted some registries, otherwise indicates there was no data to delete; 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 there was no data to delete; unexpected failures will be thrown as exceptions