Class JsonOrientationLockMode
[Register("io/scanbot/sdk/ui/configuration/json/JsonOrientationLockMode", DoNotGenerateAcw = true)]
public sealed class JsonOrientationLockMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
JsonOrientationLockMode
- Implements
- Inherited Members
Properties
Landscape
[Register("LANDSCAPE")]
public static JsonOrientationLockMode Landscape { get; }
Property Value
None
[Register("NONE")]
public static JsonOrientationLockMode None { get; }
Property Value
Portrait
[Register("PORTRAIT")]
public static JsonOrientationLockMode Portrait { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonOrientationLockMode;", "")]
public static JsonOrientationLockMode ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonOrientationLockMode;", "")]
public static JsonOrientationLockMode[] Values()