Close the chat UICloses the Kustomer chat widget/UI.Close 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 20 days ago Observe active conversationsBuild your own UITable of ContentsClose the chat UIClose the chat UI with optional completion block