UnbluMobileCoBrowsingModuleProvider
public class UnbluMobileCoBrowsingModuleProvider
Entry point to use the mobile co-browsing functionality of Unblu to share the screen of the app.
This module has to be registered via UnbluClientConfiguration.register(module: ...)
.
To use the api of the UnbluMobileCoBrowsingModule
in the application, use UnbluMobileCoBrowsingModuleProvider.create(...)
.
-
Declaration
Swift
public static func create(config: UnbluMobileCoBrowsingModuleConfiguration = UnbluMobileCoBrowsingModuleConfiguration()) -> UnbluMobileCoBrowsingModuleApi