Package com.unblu.sdk.core
Interface UnbluModule
- All Known Subinterfaces:
CallModule,DocumentCoBrowsingModule,MobileCoBrowsingModule,com.unblu.sdk.core.internal.call.UnbluCallModule
public interface UnbluModule
An interface for the modules you can use in the SDK. Added with the method
UnbluClientConfiguration.Builder.registerModule(UnbluModule).
Use the specific implementation for the module you want to use.