Hide Attachments

Use the UIConfiguration object to hide the attachment menu in the input bar.

This article applies to the following implementations:

UI SDKCore SDK

This feature requires version 1.7.0 or later of the Enhanced In-App Chat SDK.

Important

UIConfiguration.swift
1/**
2 * Create a UIConfiguration object and set the attachmentConfiguration
3 * value to false to hide it.
4 */
5 let configuration = UIConfiguration(serviceAPI: <String>, organizationId: <String>, developerName: <name>, conversationId: <UUID>)
6configuration.attachmentConfiguration = AttachmentConfiguration(endUserToAgent: false)