Close the chat UICloses the Kustomer chat widget/UI. Suggest EditsClose 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 7 months ago Table of Contents Close the chat UI Close the chat UI with optional completion block