4.10 Parent and Name | 4.10 Code | 4.11 Parent and Name | 4.11 Code | Parent | Name | Type | Param | Return |
dji.sdk.remotecontroller.RemoteController.setLeftWheelGimbalControlSpeedCoefficient | void setLeftWheelGimbalControlSpeedCoefficient(int coefficient, @Nullable CompletionCallback callback) | dji.sdk.remotecontroller.RemoteController.setLeftDialGimbalControlSpeedCoefficient | void setLeftDialGimbalControlSpeedCoefficient(int coefficient, @Nullable CompletionCallback callback) | X | ||||
dji.sdk.codec.DJICodecManager.onYuvDataReceived | void onYuvDataReceived(ByteBuffer yuvFrame, int dataSize, int width, int height) | dji.sdk.codec.DJICodecManager.onYuvDataReceived | void onYuvDataReceived(MediaFormat format, ByteBuffer yuvFrame, int dataSize, int width, int height) | X | ||||
dji.sdk.remotecontroller.RemoteController.getLeftWheelGimbalControlAxis | void getLeftWheelGimbalControlAxis(@NonNull CompletionCallbackWith<GimbalAxis> callback) | dji.sdk.remotecontroller.RemoteController.getLeftDialGimbalControlAxis | void getLeftDialGimbalControlAxis(@NonNull CompletionCallbackWith<GimbalAxis> callback) | X | ||||
dji.sdk.remotecontroller.RemoteController.setLeftWheelGimbalControlAxis | void setLeftWheelGimbalControlAxis(@NonNull GimbalAxis axis, @Nullable CompletionCallback callback) | dji.sdk.remotecontroller.RemoteController.setLeftDialGimbalControlAxis | void setLeftDialGimbalControlAxis(@NonNull GimbalAxis axis, @Nullable CompletionCallback callback) | X | ||||
dji.common.mission.waypoint.dji.common.model.LocationCoordinate2D | import dji.common.model.LocationCoordinate2D | dji.common.mission.waypoint.WaypointMissionInterruption | class WaypointMissionInterruption | X | X | X | ||
dji.common.remotecontroller.HardwareState.RightWheel.isTurned | boolean isTurned() | dji.common.remotecontroller.HardwareState.RightDial.isTurned | boolean isTurned() | X | ||||
dji.sdk.remotecontroller.RemoteController.getLeftWheelGimbalControlSpeedCoefficient | void getLeftWheelGimbalControlSpeedCoefficient(@NonNull CompletionCallbackWith<Integer> callback) | dji.sdk.remotecontroller.RemoteController.getLeftDialGimbalControlSpeedCoefficient | void getLeftDialGimbalControlSpeedCoefficient(@NonNull CompletionCallbackWith<Integer> callback) | X | ||||
dji.common.mission.waypoint.getIndex | int getIndex() | dji.common.mission.waypoint.WaypointMissionInterruption.getIndex | int getIndex() | X | ||||
dji.common.mission.waypoint.getCoordinate | LocationCoordinate2D getCoordinate() | dji.common.mission.waypoint.WaypointMissionInterruption.getCoordinate | LocationCoordinate2D getCoordinate() | X | ||||
dji.common.remotecontroller.HardwareState.getLeftWheel | int getLeftWheel() | dji.common.remotecontroller.HardwareState.getLeftDial | int getLeftDial() | X | ||||
dji.common.remotecontroller.HardwareState.getRightWheel | RightWheel getRightWheel() | dji.common.remotecontroller.HardwareState.getRightDial | RightDial getRightDial() | X | X | |||
dji.common.remotecontroller.HardwareState.RightWheel | static class RightWheel extends Button | dji.common.remotecontroller.HardwareState.RightDial | static class RightDial extends Button | X | ||||
dji.common.mission.waypoint.getMissionID | int getMissionID() | dji.common.mission.waypoint.WaypointMissionInterruption.getMissionID | int getMissionID() | X | ||||
dji.common.flightcontroller.RTKState.getHomePointDataSource | DataSource getHomePointDataSource() | dji.common.flightcontroller.RTKState.homePointDataSource | return homePointDataSource | X | X | X | ||
dji.common.flightcontroller.RTKState.getDistanceToHomePointDataSource | DataSource getDistanceToHomePointDataSource() | dji.common.flightcontroller.RTKState.distanceToHomePointDataSource | return distanceToHomePointDataSource | X | X | X | ||
dji.common.mission.waypoint.WaypointMission.Builder.repeatTimes | Builder repeatTimes(@IntRange(from = MIN_REPEAT_TIME) int repeatTimes) | dji.common.mission.waypoint.WaypointMission.Builder.repeatTimes | Builder repeatTimes(@IntRange(from = MIN_REPEAT_TIME, to = MAX_REPEAT_TIME) int repeatTimes) | X | ||||
dji.common.flightcontroller.RTKState.getHomePointLocation | LocationCoordinate2D getHomePointLocation() | dji.common.flightcontroller.RTKState.homePointLocation | return homePointLocation | X | X | X | ||
dji.common.remotecontroller.HardwareState.RightWheel.getValue | int getValue() | dji.common.remotecontroller.HardwareState.RightDial.getValue | int getValue() | X | ||||
dji.common.mission.waypoint.getAltitude | float getAltitude() | dji.common.mission.waypoint.WaypointMissionInterruption.getAltitude | float getAltitude() | X |
Parent and Name | Code |
dji.common.product.Model.MATRICE_200_V2 | MATRICE_200_V2("M200 V2") |
dji.common.product.Model.MATRICE_210_RTK_V2 | MATRICE_210_RTK_V2("M210 RTK V2") |
dji.common.product.Model.MATRICE_210_V2 | MATRICE_210_V2("M210 V2") |
dji.sdk.camera.Camera.getHybridZoomFocalLength | void getHybridZoomFocalLength(@NonNull final CompletionCallbackWith<Integer> callback) |
dji.sdk.camera.Camera.getHybridZoomSpec | void getHybridZoomSpec(@NonNull final CompletionCallbackWith<HybridZoomSpec> callback) |
dji.sdk.camera.Camera.isHybridZoomSupported | boolean isHybridZoomSupported() |
dji.sdk.camera.Camera.setHybridZoomFocalLength | void setHybridZoomFocalLength(int focalLength, @Nullable final CompletionCallback callback) |
dji.common.camera.SettingsDefinitions.HybridZoomSpec | static class HybridZoomSpec |
dji.common.camera.SettingsDefinitions.HybridZoomSpec.getFocalLengthStep | int getFocalLengthStep() |
dji.common.camera.SettingsDefinitions.HybridZoomSpec.getMaxHybridFocalLength | int getMaxHybridFocalLength() |
dji.common.camera.SettingsDefinitions.HybridZoomSpec.getMaxOpticalFocalLength | int getMaxOpticalFocalLength() |
dji.common.camera.SettingsDefinitions.HybridZoomSpec.getMinHybridFocalLength | int getMinHybridFocalLength() |
dji.common.error.DJIFlightControllerError.BASE_STATION_PARAMETER_LENGTH_NOT_MATCH | static final DJIFlightControllerError BASE_STATION_PARAMETER_LENGTH_NOT_MATCH = new DJIFlightControllerError("Base station internal error. Parameters' length do not match. Please contact <dev@dji.com>.") |
dji.common.error.DJIFlightControllerError.BASE_STATION_PARAMETER_NUMBER_NOT_MATCH | static final DJIFlightControllerError BASE_STATION_PARAMETER_NUMBER_NOT_MATCH = new DJIFlightControllerError("Base station internal error. Parameter numbers do not match. Please contact <dev@dji.com>.") |
dji.common.error.DJIFlightControllerError.BASE_STATION_PARAMETER_READ_ONLY | static final DJIFlightControllerError BASE_STATION_PARAMETER_READ_ONLY = new DJIFlightControllerError("Base station internal error. Parameters read only. Please contact <dev@dji.com>.") |
dji.common.error.DJIFlightControllerError.BASE_STATION_PASSWORD_INVALID | static final DJIFlightControllerError BASE_STATION_PASSWORD_INVALID = new DJIFlightControllerError("Base station administrator account's password is invalid. Please login again. If you reset your password, please use the default password.") |
dji.common.error.DJIFlySafeError.USER_MISMATCH | static final DJIFlySafeError USER_MISMATCH = new DJIFlySafeError("User mismatch.") |
dji.common.error.DJISDKError.DOWNLOAD_FLYSAFE_DATABASE_FAILED_WITH_LDM_ON | static final DJISDKError DOWNLOAD_FLYSAFE_DATABASE_FAILED_WITH_LDM_ON = new DJISDKError("Download fly safe database failed. Please disable LDM to retry to register " + "\"or check if \"fly-safe-database\" is excluded in build.gradle\".") |
dji.common.error.DJIUpgradeError | class DJIUpgradeError extends DJIError |
dji.common.error.DJIUpgradeError.IN_WIFI_LINK | static final DJIUpgradeError IN_WIFI_LINK = new DJIUpgradeError("Cannot upgrade when using wifi link.") |
dji.sdk.flightcontroller.FlightController.getPowerSupplyPortEnabled | void getPowerSupplyPortEnabled(@NonNull final CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.FlightController.setPowerSupplyPortEnabled | void setPowerSupplyPortEnabled(boolean enabled, @Nullable CompletionCallback callback) |
dji.common.flysafe.UnlockZoneType | enum UnlockZoneType |
dji.common.flysafe.UnlockZoneType.CIRCLE_UNLOCK_AREA | CIRCLE_UNLOCK_AREA(1) |
dji.common.flysafe.UnlockZoneType.COUNTRY_UNLOCK | COUNTRY_UNLOCK(2) |
dji.common.flysafe.UnlockZoneType.HEIGHT_UNLOCK | HEIGHT_UNLOCK(3) |
dji.common.flysafe.UnlockZoneType.PENTAGON_UNLOCK | PENTAGON_UNLOCK(4) |
dji.common.flysafe.UnlockZoneType.UNKNOWN | UNKNOWN(0xFF) |
dji.common.flysafe.notification.FlySafeNotification | class FlySafeNotification |
dji.common.flysafe.notification.FlySafeNotification.Callback | interface Callback |
dji.common.flysafe.notification.FlySafeNotificationType | enum FlySafeNotificationType |
dji.common.flysafe.notification.FlySafeNotificationType.FLYING_SAFETY_TIP | FLYING_SAFETY_TIP |
dji.common.flysafe.notification.FlySafeNotificationType.RETURN_TO_HOME | RETURN_TO_HOME |
dji.common.flysafe.notification.FlySafeNotificationType.SERIOUS_WARNING | SERIOUS_WARNING |
dji.common.flysafe.notification.FlySafeNotificationType.UNKNOWN | UNKNOWN |
dji.common.flysafe.notification.FlySafeNotificationType.WARNING | WARNING |
dji.common.flysafe.notification.FlySafeNotification.getNoticeInformation | FlySafeTipInformation getNoticeInformation() |
dji.common.flysafe.notification.FlySafeNotification.onUpdate | void onUpdate(@NonNull FlySafeNotification notification) |
dji.common.flysafe.notification.FlySafeNotification.getReturnToHomeInformation | FlySafeReturnToHomeInformation getReturnToHomeInformation() |
dji.common.flysafe.notification.FlySafeNotification.getSeriousWarningInformation | FlySafeSeriousWarningInformation getSeriousWarningInformation() |
dji.common.flysafe.notification.FlySafeNotification.getType | FlySafeNotificationType getType() |
dji.common.flysafe.notification.FlySafeNotification.getWarningInformation | FlySafeWarningInformation getWarningInformation() |
dji.common.flysafe.notification.FlySafeReturnToHomeEvent | enum FlySafeReturnToHomeEvent |
dji.common.flysafe.notification.FlySafeReturnToHomeEvent.CROSS_NO_FLY_ZONE | CROSS_NO_FLY_ZONE(1) |
dji.common.flysafe.notification.FlySafeReturnToHomeEvent.NEAR_NO_FLY_ZONE | NEAR_NO_FLY_ZONE(0) |
dji.common.flysafe.notification.FlySafeReturnToHomeEvent.UNKNOWN | UNKNOWN(0xFF) |
dji.common.flysafe.notification.FlySafeReturnToHomeInformation | class FlySafeReturnToHomeInformation |
dji.common.flysafe.notification.FlySafeReturnToHomeInformation.getDescription | String getDescription() |
dji.common.flysafe.notification.FlySafeReturnToHomeInformation.getEvent | FlySafeReturnToHomeEvent getEvent() |
dji.common.flysafe.notification.FlySafeSeriousWarningEvent | enum FlySafeSeriousWarningEvent |
dji.common.flysafe.notification.FlySafeSeriousWarningEvent.IN_AUTHORIZATION_ZONE_WITHOUT_UNLOCKING | IN_AUTHORIZATION_ZONE_WITHOUT_UNLOCKING(2) |
dji.common.flysafe.notification.FlySafeSeriousWarningEvent.IN_LIMIT_HEIGHT_AREA | IN_LIMIT_HEIGHT_AREA(1) |
dji.common.flysafe.notification.FlySafeSeriousWarningEvent.IN_NO_FLY_ZONE | IN_NO_FLY_ZONE(0) |
dji.common.flysafe.notification.FlySafeSeriousWarningEvent.IN_UNLOCKED_AUTHORIZATION_ZONE | IN_UNLOCKED_AUTHORIZATION_ZONE(3) |
dji.common.flysafe.notification.FlySafeSeriousWarningEvent.UNKNOWN | UNKNOWN(0xFF) |
dji.common.flysafe.notification.FlySafeWarningEvent | enum FlySafeWarningEvent |
dji.common.flysafe.notification.FlySafeWarningEvent.AUTHORIZED_ZONE_AND_RESTRICTIONS_NEARBY | AUTHORIZED_ZONE_AND_RESTRICTIONS_NEARBY(10) |
dji.common.flysafe.notification.FlySafeWarningEvent.IN_AUTHORIZATION_ZONE | IN_AUTHORIZATION_ZONE(12) |
dji.common.flysafe.notification.FlySafeWarningEvent.LIMITED_RESTRICTIONS_NEARBY | LIMITED_RESTRICTIONS_NEARBY(8) |
dji.common.flysafe.notification.FlySafeWarningEvent.NO_FLY_ZONE_AND_RESTRICTIONS_NEARBY | NO_FLY_ZONE_AND_RESTRICTIONS_NEARBY(9) |
dji.common.flysafe.notification.FlySafeWarningEvent.RESTRICTIONS_IN_LIMITED_FLY_ZONE_NEARBY | RESTRICTIONS_IN_LIMITED_FLY_ZONE_NEARBY(11) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE | TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE(5) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_IN_AUTHORIZED_AREA_WITHOUT_GPS_AND_UNLOCKING | TAKE_OFF_FAILED_IN_AUTHORIZED_AREA_WITHOUT_GPS_AND_UNLOCKING(3) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE_WITHOUT_UNLOCKING | TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE_WITHOUT_UNLOCKING(4) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_UNDER_LIMIT_AREA_WITH_GPS_ONCE | TAKE_OFF_FAILED_UNDER_LIMIT_AREA_WITH_GPS_ONCE(13) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_IN_NO_FLY_ZONE_WITHOUT_GPS | TAKE_OFF_FAILED_IN_NO_FLY_ZONE_WITHOUT_GPS(1) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_WITHOUT_CUSTOM_UNLOCKING | TAKE_OFF_FAILED_WITHOUT_CUSTOM_UNLOCKING(2) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_IN_ENHANCED_WARNING_ZONE | TAKE_OFF_IN_ENHANCED_WARNING_ZONE(6) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_NEAR_NO_FLY_ZONE | TAKE_OFF_NEAR_NO_FLY_ZONE(7) |
dji.common.flysafe.notification.FlySafeWarningEvent.TAKE_OFF_FAILED_IN_NO_FLY_ZONE | TAKE_OFF_FAILED_IN_NO_FLY_ZONE(0) |
dji.common.flysafe.notification.FlySafeWarningEvent.UNKNOWN | UNKNOWN(0xFF) |
dji.common.flysafe.notification.FlySafeSeriousWarningInformation | class FlySafeSeriousWarningInformation |
dji.common.flysafe.notification.FlySafeSeriousWarningInformation.getCountdown | int getCountdown() |
dji.common.flysafe.notification.FlySafeSeriousWarningInformation.getDescription | String getDescription() |
dji.common.flysafe.notification.FlySafeSeriousWarningInformation.getEvent | FlySafeSeriousWarningEvent getEvent() |
dji.common.flysafe.notification.FlySafeSeriousWarningInformation.getFlyZoneInformation | List<FlyZoneInformation> getFlyZoneInformation() |
dji.common.flysafe.notification.FlySafeSeriousWarningInformation.getHeightLimit | int getHeightLimit() |
dji.common.flysafe.notification.FlySafeTipInformation | class FlySafeTipInformation |
dji.common.flysafe.notification.FlySafeTipEvent | enum FlySafeTipEvent |
dji.common.flysafe.notification.FlySafeTipEvent.AT_BOUNDARY_OF_CUSTOM_UNLOCK_ZONE | AT_BOUNDARY_OF_CUSTOM_UNLOCK_ZONE(8) |
dji.common.flysafe.notification.FlySafeTipEvent.RTH_AFFECTED_AT_BOUNDARY_OF_GEO_ZONE | RTH_AFFECTED_AT_BOUNDARY_OF_GEO_ZONE(6) |
dji.common.flysafe.notification.FlySafeTipEvent.REACH_MAXIMUM_FLIGHT_HEIGHT | REACH_MAXIMUM_FLIGHT_HEIGHT(5) |
dji.common.flysafe.notification.FlySafeTipEvent.TAKE_OFF_IN_HEIGHT_LIMIT_ZONE | TAKE_OFF_IN_HEIGHT_LIMIT_ZONE(1) |
dji.common.flysafe.notification.FlySafeTipEvent.TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPS | TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPS(0) |
dji.common.flysafe.notification.FlySafeTipEvent.TAKE_OFF_IN_WARNING_AREA | TAKE_OFF_IN_WARNING_AREA(2) |
dji.common.flysafe.notification.FlySafeTipEvent.TOUCH_AUTHORIZATION_ZONE | TOUCH_AUTHORIZATION_ZONE(4) |
dji.common.flysafe.notification.FlySafeTipEvent.TOUCH_NO_FLY_ZONE | TOUCH_NO_FLY_ZONE(3) |
dji.common.flysafe.notification.FlySafeTipEvent.UNKNOWN | UNKNOWN(0xFF) |
dji.common.flysafe.notification.FlySafeTipInformation.getEvent | FlySafeTipEvent getEvent() |
dji.common.flysafe.notification.FlySafeTipInformation.getFlyZoneInformation | List<FlyZoneInformation> getFlyZoneInformation() |
dji.common.flysafe.notification.FlySafeTipInformation.getDescription | String getDescription() |
dji.common.flysafe.notification.FlySafeTipInformation.getHeightLimit | int getHeightLimit() |
dji.common.flysafe.notification.FlySafeWarningInformation | class FlySafeWarningInformation |
dji.common.flysafe.notification.FlySafeWarningInformation.getDescription | String getDescription() |
dji.common.flysafe.notification.FlySafeWarningInformation.getEvent | FlySafeWarningEvent getEvent() |
dji.common.flysafe.notification.FlySafeWarningInformation.getFlyZoneInformation | List<FlyZoneInformation> getFlyZoneInformation() |
dji.common.flysafe.notification.FlySafeWarningInformation.getHeightLimit | int getHeightLimit() |
dji.common.flightcontroller.flyzone.CustomUnlockZone.getCountry | String getCountry() |
dji.common.flightcontroller.flyzone.CustomUnlockZone.getHeight | int getHeight() |
dji.common.flightcontroller.flyzone.CustomUnlockZone.getUnlockZoneType | UnlockZoneType getUnlockZoneType() |
dji.common.flightcontroller.flyzone.CustomUnlockZone.getPoints | List<LocationCoordinate2D> getPoints() |
dji.sdk.flightcontroller.FlyZoneManager.setFlySafeNotificationCallback | void setFlySafeNotificationCallback(@NonNull FlySafeNotification.Callback callback) |
dji.sdk.util.LocationUtil | class LocationUtil |
dji.sdk.util.LocationUtil.isInChina | static boolean isInChina() |
dji.sdk.util.LocationUtil.isInHongKong | static boolean isInHongKong() |
dji.sdk.util.LocationUtil.isInMacau | static boolean isInMacau() |
dji.common.airlink.OcuSyncMagneticInterferenceLevel | enum OcuSyncMagneticInterferenceLevel |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.Callback | interface Callback |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.HIGH | HIGH(3) |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.LOW | LOW(1) |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.MEDIUM | MEDIUM(2) |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.NONE | NONE(0) |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.UNKNOWN | UNKNOWN(100) |
dji.common.airlink.OcuSyncMagneticInterferenceLevel.onUpdate | void onUpdate(OcuSyncMagneticInterferenceLevel level) |
dji.sdk.airlink.OcuSyncLink.setOcuSyncMagneticInterferenceLevelCallback | synchronized void setOcuSyncMagneticInterferenceLevelCallback(OcuSyncMagneticInterferenceLevel.Callback callback) |
dji.sdk.remotecontroller.RemoteController.getRecordButtonBindingEnabled | void getRecordButtonBindingEnabled(final CompletionCallbackWith<Boolean> callback) |
dji.sdk.remotecontroller.RemoteController.getShutterButtonBindingEnabled | void getShutterButtonBindingEnabled(final CompletionCallbackWith<Boolean> callback) |
dji.sdk.remotecontroller.RemoteController.setRecordButtonBindingEnabled | void setRecordButtonBindingEnabled(boolean enabled, final CompletionCallback callback) |
dji.sdk.remotecontroller.RemoteController.setShutterButtonBindingEnabled | void setShutterButtonBindingEnabled(boolean enabled, final CompletionCallback callback) |
dji.sdk.sdkmanager.DJISDKManager.onDatabaseDownloadProgress | void onDatabaseDownloadProgress(long current, long total) |
dji.sdk.sdkmanager.DJISDKManager.getUpgradeManager | UpgradeManager getUpgradeManager() |
dji.upgrade.UpgradeManager | interface UpgradeManager |
dji.upgrade.component.firmware.UpgradeComponent | interface UpgradeComponent |
dji.upgrade.component.firmware.model.FirmwareInformation | interface FirmwareInformation |
dji.upgrade.component.firmware.model.getFileSize | long getFileSize() |
dji.upgrade.component.firmware.model.getReleaseDate | String getReleaseDate() |
dji.upgrade.component.firmware.model.getReleaseNote | String getReleaseNote() |
dji.upgrade.component.firmware.model.getVersion | String getVersion() |
dji.upgrade.component.firmware.model.FirmwareUpgradeProgress | interface FirmwareUpgradeProgress |
dji.upgrade.component.firmware.model.getProgress | float getProgress() |
dji.upgrade.component.firmware.model.getState | UpgradingProgressState getState() |
dji.upgrade.component.firmware.model.UpgradeComponentType | enum UpgradeComponentType |
dji.upgrade.component.firmware.model.UpgradeComponentType.AIRCRAFT | AIRCRAFT |
dji.upgrade.component.firmware.model.UpgradeComponentType.REMOTE_CONTROLLER | REMOTE_CONTROLLER |
dji.upgrade.component.firmware.model.UpgradeComponentType.UNKNOWN | UNKNOWN |
dji.upgrade.component.firmware.model.UpgradeFirmwareState | enum UpgradeFirmwareState |
dji.upgrade.component.firmware.model.UpgradeFirmwareState.CHECKING | CHECKING |
dji.upgrade.component.firmware.model.UpgradeFirmwareState.INITIALIZING | INITIALIZING |
dji.upgrade.component.firmware.model.UpgradeFirmwareState.OPTIONAL_UPGRADE_AVAILABLE | OPTIONAL_UPGRADE_AVAILABLE |
dji.upgrade.component.firmware.model.UpgradeFirmwareState.UNKNOWN | UNKNOWN |
dji.upgrade.component.firmware.model.UpgradeFirmwareState.UP_TO_DATE | UP_TO_DATE |
dji.upgrade.component.firmware.model.UpgradeFirmwareState.UPGRADE_STRONGLY_RECOMMENDED | UPGRADE_STRONGLY_RECOMMENDED |
dji.upgrade.component.firmware.model.UpgradingProgressState | enum UpgradingProgressState |
dji.upgrade.component.firmware.model.UpgradingProgressState.UNKNOWN | UNKNOWN |
dji.upgrade.component.firmware.model.UpgradingProgressState.UPGRADE_FAILED | UPGRADE_FAILED |
dji.upgrade.component.firmware.model.UpgradingProgressState.UPGRADE_SUCCESSFULLY | UPGRADE_SUCCESSFULLY |
dji.upgrade.component.firmware.model.UpgradingProgressState.UPGRADING | UPGRADING |
dji.upgrade.component.firmware.UpgradeFirmwareListener | interface UpgradeFirmwareListener |
dji.upgrade.component.firmware.addUpgradeFirmwareListener | void addUpgradeFirmwareListener(@NonNull UpgradeFirmwareListener listener) |
dji.upgrade.component.firmware.canCancelConsistencyUpgrade | boolean canCancelConsistencyUpgrade() |
dji.upgrade.component.firmware.getComponentType | UpgradeComponentType getComponentType() |
dji.upgrade.component.firmware.onConsistencyUpgradeRequestReceived | void onConsistencyUpgradeRequestReceived() |
dji.upgrade.component.firmware.onFirmwareUpgradeProgressUpdated | void onFirmwareUpgradeProgressUpdated(@NonNull FirmwareUpgradeProgress progress) |
dji.upgrade.component.firmware.onLatestFirmwareInformationUpdated | void onLatestFirmwareInformationUpdated(FirmwareInformation firmwareInformation) |
dji.upgrade.component.firmware.onUpgradeFirmwareStateUpdated | void onUpgradeFirmwareStateUpdated(@NonNull UpgradeFirmwareState state) |
dji.upgrade.component.firmware.getLatestFirmwareInformation | FirmwareInformation getLatestFirmwareInformation() |
dji.upgrade.component.firmware.removeAllUpgradeFirmwareListener | void removeAllUpgradeFirmwareListener() |
dji.upgrade.component.firmware.removeUpgradeFirmwareListener | void removeUpgradeFirmwareListener(@NonNull UpgradeFirmwareListener listener) |
dji.upgrade.component.firmware.startFirmwareConsistencyUpgrade | void startFirmwareConsistencyUpgrade(CommonCallbacks.CompletionCallback callback) |
dji.upgrade.component.firmware.stopFirmwareConsistencyUpgrade | void stopFirmwareConsistencyUpgrade(CommonCallbacks.CompletionCallback callback) |
dji.upgrade.component.firmware.getUpgradeState | UpgradeFirmwareState getUpgradeState() |
dji.upgrade.getAircraftUpgradeComponent | UpgradeComponent getAircraftUpgradeComponent() |
dji.upgrade.getRemoteControllerUpgradeComponent | UpgradeComponent getRemoteControllerUpgradeComponent() |
dji.sdk.util.VideoSizeCalculatorUtil | class VideoSizeCalculatorUtil |
dji.sdk.util.VideoSizeCalculatorUtil.VideoSizeListener | interface VideoSizeListener |
dji.sdk.util.VideoSizeCalculatorUtil.onVideoSizeChanged | void onVideoSizeChanged(int width, int height, int relativeWidth, int relativeHeight) |
dji.sdk.util.VideoSizeCalculatorUtil.calculateVideoSize | void calculateVideoSize() |
dji.sdk.util.VideoSizeCalculatorUtil.setListener | void setListener(VideoSizeListener listener) |
dji.sdk.util.VideoSizeCalculatorUtil.setScreenTypeBySize | void setScreenTypeBySize(int viewWidth, int viewHeight) |
dji.sdk.util.VideoSizeCalculatorUtil.setVideoIsRotated | void setVideoIsRotated(boolean isRotated) |
dji.sdk.util.VideoSizeCalculatorUtil.setVideoTypeBySize | void setVideoTypeBySize(int videoWidth, int videoHeight, int cameraIndex) |
6dca264 4421ba7 4f03703 930a2e4 f5136ba 8894402 1aba3c4