public final enum

DJIHandheldButtonStatus

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.handheld.DJIHandheldButtonStatus

Class Overview

The status of the shutter button and record button on the handheld controller. Used by Osmo Mobile only.

Summary

Enum Values
DJIHandheldButtonStatus  Idle  The button status is idle. 
DJIHandheldButtonStatus  LongPress  The shutter button is pressed without release. 
DJIHandheldButtonStatus  RecordButtonPressed  Only the record button is pressed and released. 
DJIHandheldButtonStatus  ShutterButtonPressed  Only the shutter button is pressed and released. 
Public Methods
static DJIHandheldButtonStatus valueOf(String name)
final static DJIHandheldButtonStatus[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIHandheldButtonStatus Idle

The button status is idle.

public static final DJIHandheldButtonStatus LongPress

The shutter button is pressed without release.

public static final DJIHandheldButtonStatus RecordButtonPressed

Only the record button is pressed and released.

public static final DJIHandheldButtonStatus ShutterButtonPressed

Only the shutter button is pressed and released.

Public Methods

public static DJIHandheldButtonStatus valueOf (String name)

public static final DJIHandheldButtonStatus[] values ()