isLibraryVisible
Inform the SDK whether its view is currently being shown by the host app or not.
When the property is true
, the SDK handles back button presses that are forwarded to it via handleBackPressed. Events are ignored when the property is false
.
showLibraryInView sets this to true
.