register Extension Module
Registers a custom IExtensionModule. After registration, the module can be retrieved via getExtensionModules.
Note:
1. Call this method after SDK initialization init to register custom IExtensionModule.
2. Must be called before entering the conversation UI.
Content copied to clipboard
Parameters
extension Module
Custom module.
Throws
Illegal Argument Exception
Thrown when the IExtensionModule parameter is invalid.