initComponents static method
Implementation
static initComponents(TencentCloudChatInitComponentsRelated components) {
// Set the config for each components
_mountComponentConfigs(components.componentConfigs);
// Set the event handlers for each components
_mountEventHandlers(components.componentEventHandlers);
// // Set the controllers for each components
// _mountControllers(components.componentControllers);
// Set the builders for each components
_mountBuilders(components.componentBuilders);
// Register components to routing table
_initUsedComponents(components);
}