open fun listen(listener: Handler<ConfigChange>): Unit
Registers a listener receiving configuration changes. This method cannot only be called if the configuration is broadcasted.
listener - the listener
listener