After the SDK was updated to version 3.34.x, the api was changed and two services needed to be implemented, as follows:
TuyaWrapper.registerService(PanelMoreMenuService::class.java, PanelMoreMenuServiceImpl())
TuyaWrapper.registerService(PanelMoreItemClickService::class.java, PanelMoreItemClickServiceImpl())