Disk Usage Observer Handle
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
ditto Handle
Reference to the CDitto instance.
event Handler
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