setPropertiesObserver

abstract suspend fun setPropertiesObserver(lifecycleOwner: LifecycleOwner, propertiesObserver: PO)

Registers the givens propertiesObserver for a given lifecycleOwner.

Any previously set propertiesObserver is unregistered.

This function can suspend to prevent that the calling thread gets blocked on IO.