ClearRegistryResponse

public final class ClearRegistryResponse implements Parcelable


Response of a registry deletion operation.

Summary

Public constructors

ClearRegistryResponse(boolean isDeleted)

constructs an instance of ClearRegistryResponse

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(@NonNull Parcel dest, int flags)

Public fields

CREATOR

public static final @NonNull Parcelable.Creator<@NonNull ClearRegistryResponseCREATOR

Public constructors

ClearRegistryResponse

public ClearRegistryResponse(boolean isDeleted)

constructs an instance of ClearRegistryResponse

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 int describeContents()

isDeleted

public final 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

writeToParcel

public void writeToParcel(@NonNull Parcel dest, int flags)