UnbluMobileCoBrowsingModuleDelegate
protocol UnbluMobileCoBrowsingModuleDelegate : AnyObject
The delegate for the UnbluMobileCoBrowsingModule
-
Called when mobile co-browsing starts
Declaration
Swift
func unbluMobileCoBrowsingModuleDidStartCoBrowsing(_ unbluMobileCoBrowsingModuleApi: any UnbluMobileCoBrowsingModuleApi)
Parameters
unbluMobileCoBrowsingModuleApi
The
UnbluMobileCoBrowsingModuleApi
instance -
Called when mobile co-browsing stops
Declaration
Swift
func unbluMobileCoBrowsingModuleDidStopCoBrowsing(_ unbluMobileCoBrowsingModuleApi: any UnbluMobileCoBrowsingModuleApi)
Parameters
unbluMobileCoBrowsingModuleApi
The
UnbluMobileCoBrowsingModuleApi
instance -
Called whenever an co-browsing button is clicked to define the behavior and potentially implement a custom handling of clicks
Declaration
Swift
func unbluMobileCoBrowsingModuleHandleButtonClick(_ unbluMobileCoBrowsingModuleApi: any UnbluMobileCoBrowsingModuleApi) -> ButtonInterceptorAction
Parameters
unbluMobileCoBrowsingModuleApi
The
UnbluMobileCoBrowsingModuleApi
instance