Class UserGuidanceStates
[Register("io/scanbot/sdk/ui_v2/document/configuration/UserGuidanceStates", DoNotGenerateAcw = true)]
public sealed class UserGuidanceStates : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
UserGuidanceStates
- Implements
- Inherited Members
Constructors
UserGuidanceStates()
[Register(".ctor", "()V", "")]
public UserGuidanceStates()
UserGuidanceStates(JSONObject)
[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public UserGuidanceStates(JSONObject json)
Parameters
json
JSONObject
UserGuidanceStates(IDictionary<string, Object>)
[Register(".ctor", "(Ljava/util/Map;)V", "")]
public UserGuidanceStates(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
UserGuidanceStates(string, string, string, string, string, string, string, string, string, string, string)
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")]
public UserGuidanceStates(string noDocumentFound, string badAspectRatio, string badAngles, string textHintOffCenter, string tooSmall, string tooNoisy, string tooDark, string energySaveMode, string readyToCapture, string capturing, string captureManual)
Parameters
noDocumentFound
stringbadAspectRatio
stringbadAngles
stringtextHintOffCenter
stringtooSmall
stringtooNoisy
stringtooDark
stringenergySaveMode
stringreadyToCapture
stringcapturing
stringcaptureManual
string
Properties
BadAngles
public string BadAngles { get; set; }
Property Value
BadAspectRatio
public string BadAspectRatio { get; set; }
Property Value
CaptureManual
public string CaptureManual { get; set; }
Property Value
Capturing
public string Capturing { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
EnergySaveMode
public string EnergySaveMode { get; set; }
Property Value
NoDocumentFound
public string NoDocumentFound { get; set; }
Property Value
ReadyToCapture
public string ReadyToCapture { get; set; }
Property Value
TextHintOffCenter
public string TextHintOffCenter { get; set; }
Property Value
TooDark
public string TooDark { get; set; }
Property Value
TooNoisy
public string TooNoisy { get; set; }
Property Value
TooSmall
public string TooSmall { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
Component10()
[Register("component10", "()Ljava/lang/String;", "")]
public string Component10()
Returns
Component11()
[Register("component11", "()Ljava/lang/String;", "")]
public string Component11()
Returns
Component2()
[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()
Returns
Component3()
[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()
Returns
Component4()
[Register("component4", "()Ljava/lang/String;", "")]
public string Component4()
Returns
Component5()
[Register("component5", "()Ljava/lang/String;", "")]
public string Component5()
Returns
Component6()
[Register("component6", "()Ljava/lang/String;", "")]
public string Component6()
Returns
Component7()
[Register("component7", "()Ljava/lang/String;", "")]
public string Component7()
Returns
Component8()
[Register("component8", "()Ljava/lang/String;", "")]
public string Component8()
Returns
Component9()
[Register("component9", "()Ljava/lang/String;", "")]
public string Component9()
Returns
Copy(string, string, string, string, string, string, string, string, string, string, string)
[Register("copy", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/document/configuration/UserGuidanceStates;", "")]
public UserGuidanceStates Copy(string noDocumentFound, string badAspectRatio, string badAngles, string textHintOffCenter, string tooSmall, string tooNoisy, string tooDark, string energySaveMode, string readyToCapture, string capturing, string captureManual)
Parameters
noDocumentFound
stringbadAspectRatio
stringbadAngles
stringtextHintOffCenter
stringtooSmall
stringtooNoisy
stringtooDark
stringenergySaveMode
stringreadyToCapture
stringcapturing
stringcaptureManual
string
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/document/configuration/UserGuidanceStates;", "")]
public static UserGuidanceStates Default()
Returns
DescribeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
[Register("describeContents", "()I", "")]
public int DescribeContents()
Returns
- int
a bitmask indicating the set of special object types marshaled by this Parcelable object instance.
Remarks
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
ToJson()
[Register("toJson", "()Lorg/json/JSONObject;", "")]
public JSONObject ToJson()
Returns
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the