Class CheckAutoSnappingController.Param
[Register("io/scanbot/sdk/check/CheckAutoSnappingController$Param", DoNotGenerateAcw = true)]
public sealed class CheckAutoSnappingController.Param : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
CheckAutoSnappingController.Param
- Implements
- Inherited Members
Constructors
Param(bool)
[Register(".ctor", "(Z)V", "")]
public Param(bool status)
Parameters
status
bool
Properties
A
[Register("a")]
public bool A { get; set; }
Property Value
Status
public bool Status { get; }
Property Value
Methods
Component1()
[Register("component1", "()Z", "")]
public bool Component1()
Returns
Copy(bool)
[Register("copy", "(Z)Lio/scanbot/sdk/check/CheckAutoSnappingController$Param;", "")]
public CheckAutoSnappingController.Param Copy(bool status)
Parameters
status
bool