UnbluCoBrowsingModuleProvider
public class UnbluCoBrowsingModuleProvider
Entry point to use the co-browsing functionality of Unblu to share the screen of the app.
This module has to be registered via UnbluApiConfiguration.register(module: UnbluCoBrowsingModuleProvider.module).
To use the api of UnbluCoBrowsingModule in the application, use UnbluCoBrowsingModuleProvider.api.
-
The api instance which can be used in the app to interact with the call module
Declaration
Swift
public static let api: UnbluCoBrowsingModuleApi -
The actual module which has to be registered in the
UnbluApiConfigurationvia theregister(module)function.Declaration
Swift
public static let module: UnbluModule
UnbluCoBrowsingModuleProvider Class Reference