ChatCompositeView
public struct ChatCompositeView : View
The Chat Composite View is a view component for a single chat thread
-
Create an instance of ChatCompositeView with chatAdapter for a single chat thread
Declaration
Swift
public init(with chatAdapter: ChatAdapter)
Parameters
chatAdapter
The required parameter to create a view component
-
The view body would be used to render the ChatCompositeView
Declaration
Swift
public var body: some View { get }