DiskUsageObserverHandle
class DiskUsageObserverHandle(dittoHandle: SWIGTYPE_p_CDitto, eventHandler: (DiskUsageItem) -> Unit) : DiskUsageObserverRust, Closeable
Content copied to clipboard
Opaque handle for disk usage observation. Callback start immediately. Call close()
to stop.
Parameters
dittoHandle
Reference to the CDitto instance.
eventHandler
Lambda expression which will be called with DiskUsageItem
when there are updates.
Constructors
Link copied to clipboard
fun DiskUsageObserverHandle(dittoHandle: SWIGTYPE_p_CDitto, eventHandler: (DiskUsageItem) -> Unit)
Content copied to clipboard