public final enum

DJIHandheldTriggerStatus

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

Class Overview

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

Summary

Enum Values
DJIHandheldTriggerStatus  DoubleClick  Trigger button is pressed twice quicky. 
DJIHandheldTriggerStatus  Idle  Trigger button is not pressed. 
DJIHandheldTriggerStatus  SingleClick  Trigger button is pressed and released. 
DJIHandheldTriggerStatus  TripleClick  Trigger button is pressed thrice quickly. 
Public Methods
static DJIHandheldTriggerStatus valueOf(String name)
final static DJIHandheldTriggerStatus[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIHandheldTriggerStatus DoubleClick

Trigger button is pressed twice quicky.

public static final DJIHandheldTriggerStatus Idle

Trigger button is not pressed.

public static final DJIHandheldTriggerStatus SingleClick

Trigger button is pressed and released.

public static final DJIHandheldTriggerStatus TripleClick

Trigger button is pressed thrice quickly.

Public Methods

public static DJIHandheldTriggerStatus valueOf (String name)

public static final DJIHandheldTriggerStatus[] values ()