UnbluDocumentCoBrowsingModuleDelegate
public protocol UnbluDocumentCoBrowsingModuleDelegate : AnyObject
The delegate for the Unblu document co-browsing module
-
unbluDocumentCoBrowsingModuleDidStartCoBrowsing(_:
Default implementation_: ) Called when document co-browsing starts
Default Implementation
Declaration
Swift
func unbluDocumentCoBrowsingModuleDidStartCoBrowsing(_ unbluDocumentCoBrowsingModuleApi: UnbluDocumentCoBrowsingModuleApi, _ uiController: UIViewController)
Parameters
unbluDocumentCoBrowsingModuleApi
The
UnbluDocumentCoBrowsingModuleApi
instance providing access to the co-browsing module.uiController
The
UIViewController
that should be presented or embedded to display the document co-browsing session. -
unbluDocumentCoBrowsingModuleDidStopCoBrowsing(_:
Default implementation) Called when mobile co-browsing stops
Default Implementation
Declaration
Swift
func unbluDocumentCoBrowsingModuleDidStopCoBrowsing(_ unbluDocumentCoBrowsingModuleApi: UnbluDocumentCoBrowsingModuleApi)
Parameters
unbluDocumentCoBrowsingModuleApi
The
UnbluDocumentCoBrowsingModuleApi
instance