UI

  • A ChatViewController instance represents a view controller that handles chat interaction for the EngagementSDK.

    Once an instance of ChatViewController has been created, a ContentSession object needs to be set to link the ChatController with the program/CMS. The ‘ContentSession’ can be changed at any time.

    The ChatViewController can be presented as-is or placed inside a UIView as a child UIViewController. See Apple Documentation for more information.

    If the ChatViewController is placed inside another view, please take note of the minimum size restrictions. This restriction can be ignored by setting ignoreSizeRestrictions.

    Also, an extension was included for convenience to help add a view controller inside of a specificied view. Please see UIViewController.addChild(viewController:view:) for more information

    See more