remove On Content Editing Bar Lifecycle Listener
open fun removeOnContentEditingBarLifecycleListener(@NonNull listener: ContentEditingStylingBar.OnContentEditingBarLifecycleListener)
Removes a previously added OnContentEditingBarLifecycleListener. Upon calling this method the listener
will no longer be notified of any lifecycle changes. If the listener has not been added previously, this method will be a no-op. Passing null
is not allowed, and will result in an exception.
Parameters
listener
OnContentEditingBarLifecycleListener that should be removed. Must be non-null
.