DJI Mobile SDK Documentation

class RemoteControlSignalWidget

class RemoteControlSignalWidget extends FrameLayoutWidget
Package:dji.ux.widget
Inherits From:FrameLayoutWidget
Display:

uilib_image

Icon with 5 vertical bars total represents the current signal strength between RC and aircraft.

Usage:

Preferred Aspect Ratio: 19:11.

Class Members:
method onRemoteControllerSignalStrengthChange
@MainThread
@Keep
void onRemoteControllerSignalStrengthChange(@IntRange(from = 0, to = 100) int signalValue)
Package:dji.ux.widget
Description:

Triggers when the value of remote controller signal strength changes

Input Parameters:
@IntRange(from = 0, to = 100) int signalValue0 - 100; 0 means no signal, 100 means the best signal strength.