DJIBatteryAggregationDelegate
@protocol DJIBatteryAggregationDelegate <NSObject>
This protocol provides a delegate method for you to update the battery’s current state.
-
Updates the aggregate information of the batteries. Only supported by Matrice 600 and Matrice 600 Pro.
Declaration
Objective-C
- (void)batteriesDidUpdateState: (DJIBatteryAggregationState *_Nonnull)batteryState;Parameters
batteryStateThe battery’s state.
View on GitHub
DJIBatteryAggregationDelegate Protocol Reference