Class OrientationLockMode
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Common
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/OrientationLockMode", DoNotGenerateAcw = true)]
public sealed class OrientationLockMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
OrientationLockMode
- Implements
-
- Inherited Members
-
Properties
Landscape
[Register("LANDSCAPE")]
public static OrientationLockMode Landscape { get; }
Property Value
- OrientationLockMode
None
[Register("NONE")]
public static OrientationLockMode None { get; }
Property Value
- OrientationLockMode
Portrait
[Register("PORTRAIT")]
public static OrientationLockMode Portrait { get; }
Property Value
- OrientationLockMode
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/OrientationLockMode;", "")]
public static OrientationLockMode FromJson(string json)
Parameters
json
string
Returns
- OrientationLockMode
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/OrientationLockMode;", "")]
public static OrientationLockMode ValueOf(string value)
Parameters
value
string
Returns
- OrientationLockMode
Values()
[Register("values", "()[Lio/scanbot/sdk/ui_v2/common/OrientationLockMode;", "")]
public static OrientationLockMode[] Values()
Returns
- OrientationLockMode[]