ChatCompositeViewController
@MainActor
public class ChatCompositeViewController : UIViewController
The Chat Composite View Controller is a view component for a single chat thread
-
Create an instance of ChatCompositeViewController with chatAdapter for a single chat thread
Declaration
Swift
@MainActor public init(with chatAdapter: ChatAdapter)Parameters
chatAdapterThe required parameter to create a view component
View on GitHub
ChatCompositeViewController Class Reference