ClearCreationOptionsResponse

class ClearCreationOptionsResponse : Parcelable


Response of a registry deletion operation.

Summary

Public constructors

constructs an instance of ClearCreationOptionsResponse

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

ClearCreationOptionsResponse

ClearCreationOptionsResponse(isDeleted: Boolean)

constructs an instance of ClearCreationOptionsResponse

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