class AutoExposureLockWidget extends FrameLayoutWidget implements ImageButton.OnClickListener |
| Package: | dji.ux.widget |
| Inherits From: | FrameLayoutWidget implements ImageButton.OnClickListener |

A lock icon with two states shows whether the camera's AE (auto exposure) is locked or not.
Tapping the lock icon will toggle the value of AE lock.
Preferred Aspect Ratio: 1:1
|
| Package: | dji.ux.widget |
Updates when AE Lock status has changed
| boolean isLocked | true means AE is locked, false otherwise. |
|
| Package: | dji.ux.widget |
Performs auto exposure lock action @see #onAELockActionResult to listen on the action result by overridding
| final boolean isLock | true if auto exposure is to be locked |
|
| Package: | dji.ux.widget |
Triggers when AE Lock action finishes
| @Nullable DJIError error | error object, or null if no error has occurred |