AnyViewable

public protocol AnyViewable

Protocol describing custom content provided by application team to render a custom unsupported cell. Holds the data and the view.

@see MessageType

  • Holds the actual view tree

    Declaration

    Swift

    var view: AnyView { get }
  • Holds data to render the view

    Declaration

    Swift

    var viewData: Any? { get }