RemoveSegmentedDataByIdsUseCase

Deletes several entries at once within one namespace of the persistent segmented (segmentedDataBase(segmentId)) local database — backs RemoveData targeting segmentedDataBase(segmentId) with a batch of keys. Reachable via get<RemoveSegmentedDataByIdsUseCase>().

Constructors

Link copied to clipboard
constructor(repository: MosaicRepository)

Types

Link copied to clipboard
data class Params(val segmentKey: String, val dataKeys: List<String>)

Functions

Link copied to clipboard
open suspend override fun execute(params: RemoveSegmentedDataByIdsUseCase.Params): Result<Unit>
Link copied to clipboard