4.0.2 Parent and Name | 4.0.2 Code | 4.1 Parent and Name | 4.1 Code | Parent | Name | Type | Param | Return |
dji.sdk.flightcontroller.FlightController.setMaxFlightRadius | void setMaxFlightRadius(@FloatRange(from = 15.0, to = 500.0) float maxRadius,
@Nullable final CompletionCallback callback) | dji.sdk.flightcontroller.FlightController.setMaxFlightRadius | void setMaxFlightRadius(@FloatRange(from = 15.0, to = 8000.0) float maxRadius,
@Nullable final CompletionCallback callback) | | | | X | |
dji.common.error.DJIGeoError.ACCOUNT_NOT_LOG_IN_OR_NOT_AUTHORIZED | static final DJIGeoError ACCOUNT_NOT_LOG_IN_OR_NOT_AUTHORIZED = new DJIGeoError("No logged in account or account did not get authorization.") | dji.common.error.DJIGeoError.ACCOUNT_NOT_LOGGED_IN_OR_NOT_AUTHORIZED | static final DJIGeoError
ACCOUNT_NOT_LOGGED_IN_OR_NOT_AUTHORIZED = new DJIGeoError("No logged in account or account did not get authorization.") | | X | | | |
dji.common.battery.BatteryState.getTemperature | int getTemperature() | dji.common.battery.BatteryState.getTemperature | float getTemperature() | | | | | X |
dji.sdk.flightcontroller.FlyZoneManager.getUnlockedFlyZones | void getUnlockedFlyZones(@NonNull final CompletionCallbackWith<ArrayList<FlyZoneInformation>> callback) | dji.sdk.flightcontroller.FlyZoneManager.getUnlockedFlyZones | void getUnlockedFlyZones(@NonNull final CompletionCallbackWith<List<FlyZoneInformation>> callback) | | | | X | |
dji.common.airlink.WiFiFrequencyBand.FREQUENCY_BAND_2_DOT_4_GHZ | FREQUENCY_BAND_2_DOT_4_GHZ(0) | dji.common.airlink.WiFiFrequencyBand.FREQUENCY_BAND_ONLY_2_DOT_4 | FREQUENCY_BAND_ONLY_2_DOT_4(-1) | | X | | | |
dji.common.error.DJIError.COMMON_UNKNOWN | static final DJIError COMMON_UNKNOWN = new DJIError("Server error, please contact <dev@dji.com> for help.") | dji.common.error.COMMON_UNKNOWN | static final DJIError COMMON_UNKNOWN = new DJIError("Server error, please contact <dev@dji.com> for help.") | X | | | | |
dji.common.error.DJIError.COMMON_EXECUTION_FAILED | static final DJIError COMMON_EXECUTION_FAILED = new DJIError("The execution could not be executed.") | dji.common.error.DJIError.CANNOT_PAUSE_STABILIZATION | static final DJIError CANNOT_PAUSE_STABILIZATION = new DJIError("Can't pause stabilization.") | | X | | | |
dji.sdk.base.BaseProduct.getBatteries | List<Battery> getBatteries() | dji.sdk.base.BaseProduct.getBatteries | synchronized List<Battery> getBatteries() | | | | | X |
dji.common.mission.waypoint.WaypointAction.WaypointAction | WaypointAction(WaypointActionType actionType, @IntRange(from = 0, to = Short.MAX_VALUE) int actionParam) | dji.common.mission.waypoint.WaypointAction.WaypointAction | WaypointAction(WaypointActionType actionType, int actionParam) | | | | X | |
Parent and Name | Code |
dji.common.flightcontroller.adsb.AirSenseAirplaneState | class AirSenseAirplaneState |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.onUpdate | void onUpdate(@NonNull AirSenseAirplaneState[] information) |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.Callback | interface Callback |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.getCode | String getCode() |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.getDistance | int getDistance() |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.getHeading | float getHeading() |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.getRelativeDirection | AirSenseDirection getRelativeDirection() |
dji.common.flightcontroller.adsb.AirSenseAirplaneState.getWarningLevel | AirSenseWarningLevel getWarningLevel() |
dji.common.flightcontroller.adsb.AirSenseDirection | enum AirSenseDirection |
dji.common.flightcontroller.adsb.AirSenseDirection.EAST | EAST |
dji.common.flightcontroller.adsb.AirSenseDirection.NORTH | NORTH |
dji.common.flightcontroller.adsb.AirSenseDirection.NORTH_EAST | NORTH_EAST |
dji.common.flightcontroller.adsb.AirSenseDirection.NORTH_WEST | NORTH_WEST |
dji.common.flightcontroller.adsb.AirSenseDirection.SOUTH | SOUTH |
dji.common.flightcontroller.adsb.AirSenseDirection.SOUTH_EAST | SOUTH_EAST |
dji.common.flightcontroller.adsb.AirSenseDirection.SOUTH_WEST | SOUTH_WEST |
dji.common.flightcontroller.adsb.AirSenseDirection.UNKNOWN | UNKNOWN |
dji.common.flightcontroller.adsb.AirSenseDirection.WEST | WEST |
dji.common.flightcontroller.adsb.AirSenseSystemInformation | class AirSenseSystemInformation |
dji.common.flightcontroller.adsb.AirSenseSystemInformation.getAirplaneStates | AirSenseAirplaneState[] getAirplaneStates() |
dji.common.flightcontroller.adsb.AirSenseSystemInformation.Callback | interface Callback |
dji.common.flightcontroller.adsb.AirSenseSystemInformation.onUpdate | void onUpdate(@NonNull AirSenseSystemInformation information) |
dji.common.flightcontroller.adsb.AirSenseSystemInformation.getWarningLevel | AirSenseWarningLevel getWarningLevel() |
dji.common.flightcontroller.adsb.AirSenseWarningLevel | enum AirSenseWarningLevel |
dji.common.flightcontroller.adsb.AirSenseWarningLevel.LEVEL_0 | LEVEL_0(DJIWarningType.None) |
dji.common.flightcontroller.adsb.AirSenseWarningLevel.LEVEL_1 | LEVEL_1(DJIWarningType.First) |
dji.common.flightcontroller.adsb.AirSenseWarningLevel.LEVEL_2 | LEVEL_2(DJIWarningType.Second) |
dji.common.flightcontroller.adsb.AirSenseWarningLevel.LEVEL_3 | LEVEL_3(DJIWarningType.Three) |
dji.common.flightcontroller.adsb.AirSenseWarningLevel.LEVEL_4 | LEVEL_4(DJIWarningType.Four) |
dji.common.flightcontroller.adsb.AirSenseWarningLevel.UNKNOWN | UNKNOWN(DJIWarningType.OTHER) |
dji.common.product.Model.M200 | M200("M200") |
dji.common.product.Model.PHANTOM_4_ADVANCED | PHANTOM_4_ADVANCED("Phantom 4 Advanced") |
dji.sdk.realname.AppActivationManager | class AppActivationManager |
dji.common.realname.AircraftBindingState.AircraftBindingStateListener | interface AircraftBindingStateListener |
dji.common.realname.AircraftBindingState.onUpdate | void onUpdate(AircraftBindingState state) |
dji.common.realname.AppActivationState.AppActivationStateListener | interface AppActivationStateListener |
dji.common.realname.AppActivationState.onUpdate | void onUpdate(AppActivationState state) |
dji.common.realname.AircraftBindingState | enum AircraftBindingState |
dji.common.realname.AircraftBindingState.BOUND | BOUND(1) |
dji.common.realname.AircraftBindingState.INITIAL | INITIAL(2) |
dji.common.realname.AircraftBindingState.NOT_REQUIRED | NOT_REQUIRED(0) |
dji.common.realname.AircraftBindingState.NOT_SUPPORTED | NOT_SUPPORTED(3) |
dji.common.realname.AircraftBindingState.UNBOUND | UNBOUND(-2) |
dji.common.realname.AircraftBindingState.UN_BOUND_CANNOT_SYNC | UN_BOUND_CANNOT_SYNC(-3) |
dji.common.realname.AircraftBindingState.UNKNOWN | UNKNOWN(255) |
dji.common.realname.AppActivationState | enum AppActivationState |
dji.common.realname.AppActivationState.ACTIVATED | ACTIVATED |
dji.common.realname.AppActivationState.LOGIN_REQUIRED | LOGIN_REQUIRED |
dji.common.realname.AppActivationState.NOT_SUPPORTED | NOT_SUPPORTED |
dji.common.realname.AppActivationState.UNKNOWN | UNKNOWN |
dji.sdk.realname.AppActivationManager.addAircraftBindingStateListener | void addAircraftBindingStateListener(@NonNull AircraftBindingStateListener listener) |
dji.sdk.realname.AppActivationManager.getAircraftBindingState | AircraftBindingState getAircraftBindingState() |
dji.sdk.realname.AppActivationManager.getAppActivationState | AppActivationState getAppActivationState() |
dji.sdk.camera.Camera.getVisionStablizationEnabled | void getVisionStablizationEnabled(@Nullable final CompletionCallbackWith<Boolean> callback) |
dji.sdk.camera.Camera.setVisionStablizationEnabled | void setVisionStablizationEnabled(final boolean enable, @Nullable final CompletionCallback callback) |
dji.sdk.camera.Camera.DisplaynamePhantom4AdvancedCamera | static final String DisplaynamePhantom4AdvancedCamera = DJICameraAbstraction.DisplaynamePhantom4AdvancedCamera |
dji.sdk.codec.DJICodecManager.sendDataToDecoder | void sendDataToDecoder(byte[] videoBuffer, int size,int source) |
dji.common.error.DJIFlightControllerError.GO_HOME_ALTITUDE_HIGHER_THAN_MAX_FLIGHT_HEIGHT | static final DJIFlightControllerError GO_HOME_ALTITUDE_HIGHER_THAN_MAX_FLIGHT_HEIGHT =
new DJIFlightControllerError("The go home altitude is too high (higher than max flight height).") |
dji.sdk.flightcontroller.FlightController.setASBInformationCallback | void setASBInformationCallback(@Nullable AirSenseSystemInformation.Callback callback) |
dji.common.flightcontroller.flyzone.FlyZoneInformation.getUnlockingEnabled | void getUnlockingEnabled(final CompletionCallbackWith<Boolean> callback) |
dji.common.flightcontroller.flyzone.FlyZoneInformation.setUnlockingEnabled | void setUnlockingEnabled(boolean enabled, CompletionCallback callback) |
dji.common.flightcontroller.flyzone.IndividualUnlockZone | class IndividualUnlockZone |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.getID | int getID() |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.getCenter | LocationCoordinate2D getCenter() |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.getEndTime | String getEndTime() |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.isExpired | boolean isExpired() |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.getName | String getName() |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.getRadius | float getRadius() |
dji.common.flightcontroller.flyzone.IndividualUnlockZone.getStartTime | String getStartTime() |
dji.sdk.flightcontroller.FlyZoneManager.enableIndividualUnlockZone | void enableIndividualUnlockZone(@Nullable IndividualUnlockZone zone, @Nullable final CompletionCallback callback) |
dji.sdk.flightcontroller.FlyZoneManager.getEnabledIndividualUnlockZone | void getEnabledIndividualUnlockZone(@NonNull final CompletionCallbackWith<IndividualUnlockZone> callback) |
dji.sdk.flightcontroller.FlyZoneManager.getIndividualUnlockZones | void getIndividualUnlockZones(final CompletionCallbackWith<List<IndividualUnlockZone>> callback) |
dji.sdk.flightcontroller.FlyZoneManager.isIndividualUnlockZoneSupported | boolean isIndividualUnlockZoneSupported() |
dji.sdk.flightcontroller.FlyZoneManager.loadIndividualUnlockZonesFromServer | void loadIndividualUnlockZonesFromServer(final CompletionCallback callback) |
dji.sdk.camera.MediaFile.getTimeCreated | long getTimeCreated() |
dji.sdk.sdkmanager.DJISDKManager.getAppActivationManager | AppActivationManager getAppActivationManager() |
dji.sdk.useraccount.UserAccountManager | class UserAccountManager implements LoginVerifyController.OnStatusChangeListener |
dji.common.useraccount.UserAccountState | enum UserAccountState |
dji.common.useraccount.UserAccountState.AUTHORIZED | AUTHORIZED(0x02) |
dji.common.useraccount.UserAccountState.INVALID_TOKEN | INVALID_TOKEN(0x4) |
dji.common.useraccount.UserAccountState.NOT_AUTHORIZED | NOT_AUTHORIZED(0x01) |
dji.common.useraccount.UserAccountState.NOT_LOGGED_IN | NOT_LOGGED_IN(0x00) |
dji.common.useraccount.UserAccountState.TOKEN_OUT_OF_DATE | TOKEN_OUT_OF_DATE(0x03) |
dji.common.useraccount.UserAccountState.UNKNOWN | UNKNOWN(0xFF) |
dji.sdk.useraccount.UserAccountManager.getUserAccountState | UserAccountState getUserAccountState() |
dji.sdk.useraccount.UserAccountManager.logIntoDJIUserAccount | void logIntoDJIUserAccount(@NonNull Context context,
@Nullable
final CommonCallbacks.CompletionCallbackWith<UserAccountState> callback) |
dji.sdk.useraccount.UserAccountManager.logoutOfDJIUserAccount | void logoutOfDJIUserAccount(@Nullable CommonCallbacks.CompletionCallback callback) |
dji.sdk.useraccount.UserAccountManager.getLoggedInDJIUserAccountName | void getLoggedInDJIUserAccountName(@NonNull final CommonCallbacks.CompletionCallbackWith<String> callback) |
dji.sdk.realname.AppActivationManager.addAppActivationStateListener | void addAppActivationStateListener(@NonNull AppActivationStateListener listener) |