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

open Unit
Unit

Unregisters the dialog associated to this registration.

Public functions

close

Added in 2.4.0-alpha02
open fun close(): Unit

unregister

Added in 2.4.0-alpha02
fun unregister(): Unit

Unregisters the dialog associated to this registration.