WatcherRegistration
interface WatcherRegistration : AutoCloseable
Defines a registration, returned when registering a watcher. Through this interface a watcher can be unregistered. WatcherRegistration
extends a AutoCloseable
so it can be used with use
api. Unregistering a watcher will ensure its visibility condition is
Summary
Public functions
unregister
Added in 2.4.0-alpha02
fun unregister(): Unit
Unregisters the dialog associated to this registration.