DJI Mobile SDK Documentation

class PreFlightStatusWidget

class PreFlightStatusWidget extends BaseFrameLayout
Package:dji.ux.widget
Inherits From:BaseFrameLayout
Display:

The text shows a summary of the preflight checklist situation of the aircraft. The color of the background changes depends on how severe the situation is. Green indicates everything is ok. Yellow indicates something is at warning level. Red indicates something is wrong and aircraft won't take off.

Interaction:

Tapping on status text will toggle between show and hide PreFlightCheckListPanel.

Usage:

Preferred Aspect Ratio: 238:33.

Class Members:
enum StatusType
enum StatusType
Package:dji.ux.widget
Description:

Pre-flight status types.

Enum Members:
OFFLINEThe pre-flight status type is offline.
GOODThe pre-flight status type is good.
WARNINGThe pre-flight status type is warning.
ERRORThe pre-flight status type is error.
Class Members: