UnbluDocumentCoBrowsingModuleDelegate
protocol UnbluDocumentCoBrowsingModuleDelegate : AnyObject
The delegate for the Unblu document co-browsing module
-
Called when document co-browsing starts
Declaration
Swift
func unbluDocumentCoBrowsingModuleDidStartCoBrowsing(_ unbluDocumentCoBrowsingModuleApi: any 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. -
Called when mobile co-browsing stops
Declaration
Swift
func unbluDocumentCoBrowsingModuleDidStopCoBrowsing(_ unbluDocumentCoBrowsingModuleApi: any UnbluDocumentCoBrowsingModuleApi)
Parameters
unbluDocumentCoBrowsingModuleApi
The
UnbluDocumentCoBrowsingModuleApi
instance