ChannelViewController

@objc(BCHChannelViewController)
public class ChannelViewController : UIViewController

A view controller showing the “chat” user interface of the current user with the user specified in the OpenChatIntent provided. This view controller should be presented modally. You should not embed this view controller in a UINavigationController

Remark

You must provide an intent before the view controller’s view is loaded otherwise a fatalError will be raised crashing your app.

Initializers

  • Convenience initializer

    Declaration

    Swift

    convenience public init()