add Property Inspector Lifecycle Listener
open fun addPropertyInspectorLifecycleListener(@NonNull lifecycleListener: PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener)
Adds the listener for lifecycle changes of the PropertyInspector as it goes through the PropertyInspectorCoordinatorLayout - preparing, displaying, removing. If the listener has already been added previously, this method will be a no-op. Adding null
is not allowed, and will result in an exception.
Parameters
lifecycle Listener
PropertyInspectorLifecycleListener that should be notified. Must be non-null.
See also
remove Property Inspector Lifecycle Listener