class ClearExportResponse


The result of calling ProviderEventsManager.clearExport. This response will be returned when the ClearExportRequest was successfully processed.

Summary

Public constructors

Public properties

Boolean

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

Public constructors

ClearExportResponse

Added in 1.0.0-alpha04
ClearExportResponse(isDeleted: Boolean)
Parameters
isDeleted: Boolean

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

Public properties

isDeleted

Added in 1.0.0-alpha04
val isDeletedBoolean

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