ClearRegistryResponse

public final classClearRegistryResponseimplementsParcelable

Response of a registry deletion operation.

Summary

Public constructors

ClearRegistryResponse(boolean isDeleted)

constructs an instance ofClearRegistryResponse

Public methods

final int
final boolean

if true, indicates clear operation deleted some registries, otherwise indicates there was no data to delete; unexpected failures will be thrown as exceptions

void
writeToParcel(@NonNullParceldest, int flags)

Public fields

Public constructors

ClearRegistryResponse

publicClearRegistryResponse(boolean isDeleted)

constructs an instance ofClearRegistryResponse

Parameters
boolean isDeleted

if true, indicates clear operation deleted some registries, otherwise indicates there was no data to delete; unexpected failures will be thrown as exceptions

Public methods

describeContents

public final intdescribeContents()

isDeleted

public final booleanisDeleted()

if true, indicates clear operation deleted some registries, otherwise indicates there was no data to delete; unexpected failures will be thrown as exceptions

writeToParcel

public voidwriteToParcel(@NonNullParceldest, int flags)