I would like to discuss the necessity of a IManager class to define the common structure for the manager classes of each SDK's component. For now I only see mInstance and retrieveMetaData() as common elements among the components by inheriting from dji.sdk.base.BaseComponent.
I would like to discuss the necessity of a
IManagerclass to define the common structure for the manager classes of each SDK's component. For now I only seemInstanceandretrieveMetaData()as common elements among the components by inheriting fromdji.sdk.base.BaseComponent.