Share via


DeviceStateSensorOrientationMap.Folded Field

Definition

The device is folded.

[Android.Runtime.Register("FOLDED", ApiSince=32)]
public const long Folded = 4;
[<Android.Runtime.Register("FOLDED", ApiSince=32)>]
val mutable Folded : int64

Field Value

Value = 4
Attributes

Remarks

The device is folded. If not set, the device is unfolded or does not support folding.

The exact point when this status change happens during the folding operation is device-specific.

Java documentation for android.hardware.camera2.params.DeviceStateSensorOrientationMap.FOLDED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to