UnbluMobileCoBrowsingModuleDelegate
protocol UnbluMobileCoBrowsingModuleDelegate : AnyObject
The delegate for the UnbluMobileCoBrowsingModule
-
Called when mobile co-browsing starts
Declaration
Swift
func unbluMobileCoBrowsingModuleDidStartCoBrowsing(_ unbluMobileCoBrowsingModuleApi: any UnbluMobileCoBrowsingModuleApi)Parameters
unbluMobileCoBrowsingModuleApiThe
UnbluMobileCoBrowsingModuleApiinstance -
Called when mobile co-browsing stops
Declaration
Swift
func unbluMobileCoBrowsingModuleDidStopCoBrowsing(_ unbluMobileCoBrowsingModuleApi: any UnbluMobileCoBrowsingModuleApi)Parameters
unbluMobileCoBrowsingModuleApiThe
UnbluMobileCoBrowsingModuleApiinstance -
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) -> ButtonInterceptorActionParameters
unbluMobileCoBrowsingModuleApiThe
UnbluMobileCoBrowsingModuleApiinstance