ClearCreationOptionsResponse

public final class ClearCreationOptionsResponse implements Parcelable


Response of a registry deletion operation.

Summary

Public constructors

ClearCreationOptionsResponse(boolean isDeleted)

constructs an instance of ClearCreationOptionsResponse

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

Public constructors

ClearCreationOptionsResponse

public ClearCreationOptionsResponse(boolean isDeleted)

constructs an instance of ClearCreationOptionsResponse

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)