API reference
API reference
Select your platform
No SDKs available
No versions available

RecursiveFileObserver

RecursiveFileObserver

class RecursiveFileObserver(path: File, onFileChanged: (String) -> Unit)

Constructors

NameSummary
RecursiveFileObserver
constructor(path: File, onFileChanged: (String) -> Unit)

Functions

NameSummary
onEvent
open fun onEvent(event: Int, filePath: String?)
startWatching
open fun startWatching()
stopWatching
open fun stopWatching()
Did you find this page helpful?
Thumbs up icon
Thumbs down icon