Close the chat UIClose the chat UI Closes the Kustomer UI if it's open. Swift code sample: close the chat UIKustomer.close() Close the chat UI with optional completion block The completion block is called after the KustomerOptions.onDismiss block. Swift code sample: close the chat UI if already openKustomer.close(animated: Bool = true, completion: (() -> Void)?)Updated about 2 months ago Observe active conversationsBuild your own UIClose the chat UIClose the chat UI with optional completion block