remove Property Inspector Lifecycle Listener
open fun removePropertyInspectorLifecycleListener(@NonNull lifecycleListener: PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener)
Removes previously registered listener for lifecycle changes of the PropertyInspector as it goes through the PropertyInspectorCoordinatorLayout - preparing, displaying, removing. Upon calling this method the listener
will no longer be notified of any changes. If the listener has not been added, 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 removed. Must be non-null.
See also
add Property Inspector Lifecycle Listener