Class CheckScannerScreenConfiguration
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Check.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CheckScannerScreenConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
CheckScannerScreenConfiguration
- Implements
-
Constructors
CheckScannerScreenConfiguration()
public CheckScannerScreenConfiguration()
CheckScannerScreenConfiguration(JSONObject)
public CheckScannerScreenConfiguration(JSONObject json)
Parameters
json
JSONObject
CheckScannerScreenConfiguration(IDictionary<string, Object>)
public CheckScannerScreenConfiguration(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
CheckScannerScreenConfiguration(string, string, CheckScannerScreenTextLocalization, Palette, ScanbotColor, CameraConfiguration, CameraPermissionScreen, UserGuidanceConfiguration, CheckScannerGuidanceConfiguration, TopBarConfiguration, IconButton, CheckScannerIntroScreenConfiguration, ActionBarConfiguration, PermanentViewFinderConfiguration, CheckScannerConfiguration, bool, bool, CheckScanningProgressConfiguration, int, int, ScanCompletionOverlay, ScanbotAlertDialog, ScanbotAlertDialog, Sound, Vibration, bool)
public CheckScannerScreenConfiguration(string version, string screen, CheckScannerScreenTextLocalization localization, Palette palette, ScanbotColor backgroundColor, CameraConfiguration cameraConfiguration, CameraPermissionScreen cameraPermission, UserGuidanceConfiguration topUserGuidance, CheckScannerGuidanceConfiguration scanStatusUserGuidance, TopBarConfiguration topBar, IconButton topBarOpenIntroScreenButton, CheckScannerIntroScreenConfiguration introScreen, ActionBarConfiguration actionBar, PermanentViewFinderConfiguration viewFinder, CheckScannerConfiguration scannerConfiguration, bool captureHighResolutionImage, bool exampleOverlayVisible, CheckScanningProgressConfiguration scanningProgress, int noCheckFoundTimeout, int accumulationTimeout, ScanCompletionOverlay successOverlay, ScanbotAlertDialog noCheckDetectedAlertDialog, ScanbotAlertDialog imageNotGoodAlertDialog, Sound sound, Vibration vibration, bool keepScreenOn)
Parameters
version
string
screen
string
localization
CheckScannerScreenTextLocalization
palette
Palette
backgroundColor
ScanbotColor
cameraConfiguration
CameraConfiguration
cameraPermission
CameraPermissionScreen
topUserGuidance
UserGuidanceConfiguration
scanStatusUserGuidance
CheckScannerGuidanceConfiguration
topBar
TopBarConfiguration
topBarOpenIntroScreenButton
IconButton
introScreen
CheckScannerIntroScreenConfiguration
actionBar
ActionBarConfiguration
viewFinder
PermanentViewFinderConfiguration
scannerConfiguration
CheckScannerConfiguration
captureHighResolutionImage
bool
exampleOverlayVisible
bool
scanningProgress
CheckScanningProgressConfiguration
noCheckFoundTimeout
int
accumulationTimeout
int
successOverlay
ScanCompletionOverlay
noCheckDetectedAlertDialog
ScanbotAlertDialog
imageNotGoodAlertDialog
ScanbotAlertDialog
sound
Sound
vibration
Vibration
keepScreenOn
bool
Properties
AccumulationTimeout
public int AccumulationTimeout { get; set; }
Property Value
- int
ActionBar
public ActionBarConfiguration ActionBar { get; set; }
Property Value
- ActionBarConfiguration
BackgroundColor
public ScanbotColor BackgroundColor { get; set; }
Property Value
- ScanbotColor
CameraConfiguration
public CameraConfiguration CameraConfiguration { get; set; }
Property Value
- CameraConfiguration
CameraPermission
public CameraPermissionScreen CameraPermission { get; set; }
Property Value
- CameraPermissionScreen
CaptureHighResolutionImage
public bool CaptureHighResolutionImage { get; set; }
Property Value
- bool
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
ExampleOverlayVisible
public bool ExampleOverlayVisible { get; set; }
Property Value
- bool
ImageNotGoodAlertDialog
public ScanbotAlertDialog ImageNotGoodAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
IntroScreen
public CheckScannerIntroScreenConfiguration IntroScreen { get; set; }
Property Value
- CheckScannerIntroScreenConfiguration
KeepScreenOn
public bool KeepScreenOn { get; set; }
Property Value
- bool
Localization
public CheckScannerScreenTextLocalization Localization { get; set; }
Property Value
- CheckScannerScreenTextLocalization
NoCheckDetectedAlertDialog
public ScanbotAlertDialog NoCheckDetectedAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
NoCheckFoundTimeout
public int NoCheckFoundTimeout { get; set; }
Property Value
- int
Palette
public Palette Palette { get; set; }
Property Value
- Palette
ScanStatusUserGuidance
public CheckScannerGuidanceConfiguration ScanStatusUserGuidance { get; set; }
Property Value
- CheckScannerGuidanceConfiguration
ScannerConfiguration
public CheckScannerConfiguration ScannerConfiguration { get; set; }
Property Value
- CheckScannerConfiguration
ScanningProgress
public CheckScanningProgressConfiguration ScanningProgress { get; set; }
Property Value
- CheckScanningProgressConfiguration
Screen
public string Screen { get; }
Property Value
- string
Sound
public Sound Sound { get; set; }
Property Value
- Sound
SuccessOverlay
public ScanCompletionOverlay SuccessOverlay { get; set; }
Property Value
- ScanCompletionOverlay
TopBar
public TopBarConfiguration TopBar { get; set; }
Property Value
- TopBarConfiguration
public IconButton TopBarOpenIntroScreenButton { get; set; }
Property Value
- IconButton
TopUserGuidance
public UserGuidanceConfiguration TopUserGuidance { get; set; }
Property Value
- UserGuidanceConfiguration
Version
public string Version { get; }
Property Value
- string
Vibration
public Vibration Vibration { get; set; }
Property Value
- Vibration
ViewFinder
public PermanentViewFinderConfiguration ViewFinder { get; set; }
Property Value
- PermanentViewFinderConfiguration
Methods
Component1()
public string Component1()
Returns
- string
Component10()
public TopBarConfiguration Component10()
Returns
- TopBarConfiguration
Component11()
public IconButton Component11()
Returns
- IconButton
Component12()
public CheckScannerIntroScreenConfiguration Component12()
Returns
- CheckScannerIntroScreenConfiguration
Component13()
public ActionBarConfiguration Component13()
Returns
- ActionBarConfiguration
Component14()
public PermanentViewFinderConfiguration Component14()
Returns
- PermanentViewFinderConfiguration
Component15()
public CheckScannerConfiguration Component15()
Returns
- CheckScannerConfiguration
Component16()
public bool Component16()
Returns
- bool
Component17()
public bool Component17()
Returns
- bool
Component18()
public CheckScanningProgressConfiguration Component18()
Returns
- CheckScanningProgressConfiguration
Component19()
Returns
- int
Component2()
public string Component2()
Returns
- string
Component20()
Returns
- int
Component21()
public ScanCompletionOverlay Component21()
Returns
- ScanCompletionOverlay
Component22()
public ScanbotAlertDialog Component22()
Returns
- ScanbotAlertDialog
Component23()
public ScanbotAlertDialog Component23()
Returns
- ScanbotAlertDialog
Component24()
public Sound Component24()
Returns
- Sound
Component25()
public Vibration Component25()
Returns
- Vibration
Component26()
public bool Component26()
Returns
- bool
Component3()
public CheckScannerScreenTextLocalization Component3()
Returns
- CheckScannerScreenTextLocalization
Component4()
public Palette Component4()
Returns
- Palette
Component5()
public ScanbotColor Component5()
Returns
- ScanbotColor
Component6()
public CameraConfiguration Component6()
Returns
- CameraConfiguration
Component7()
public CameraPermissionScreen Component7()
Returns
- CameraPermissionScreen
Component8()
public UserGuidanceConfiguration Component8()
Returns
- UserGuidanceConfiguration
Component9()
public CheckScannerGuidanceConfiguration Component9()
Returns
- CheckScannerGuidanceConfiguration
Copy(string, string, CheckScannerScreenTextLocalization, Palette, ScanbotColor, CameraConfiguration, CameraPermissionScreen, UserGuidanceConfiguration, CheckScannerGuidanceConfiguration, TopBarConfiguration, IconButton, CheckScannerIntroScreenConfiguration, ActionBarConfiguration, PermanentViewFinderConfiguration, CheckScannerConfiguration, bool, bool, CheckScanningProgressConfiguration, int, int, ScanCompletionOverlay, ScanbotAlertDialog, ScanbotAlertDialog, Sound, Vibration, bool)
public CheckScannerScreenConfiguration Copy(string version, string screen, CheckScannerScreenTextLocalization localization, Palette palette, ScanbotColor backgroundColor, CameraConfiguration cameraConfiguration, CameraPermissionScreen cameraPermission, UserGuidanceConfiguration topUserGuidance, CheckScannerGuidanceConfiguration scanStatusUserGuidance, TopBarConfiguration topBar, IconButton topBarOpenIntroScreenButton, CheckScannerIntroScreenConfiguration introScreen, ActionBarConfiguration actionBar, PermanentViewFinderConfiguration viewFinder, CheckScannerConfiguration scannerConfiguration, bool captureHighResolutionImage, bool exampleOverlayVisible, CheckScanningProgressConfiguration scanningProgress, int noCheckFoundTimeout, int accumulationTimeout, ScanCompletionOverlay successOverlay, ScanbotAlertDialog noCheckDetectedAlertDialog, ScanbotAlertDialog imageNotGoodAlertDialog, Sound sound, Vibration vibration, bool keepScreenOn)
Parameters
version
string
screen
string
localization
CheckScannerScreenTextLocalization
palette
Palette
backgroundColor
ScanbotColor
cameraConfiguration
CameraConfiguration
cameraPermission
CameraPermissionScreen
topUserGuidance
UserGuidanceConfiguration
scanStatusUserGuidance
CheckScannerGuidanceConfiguration
topBar
TopBarConfiguration
topBarOpenIntroScreenButton
IconButton
introScreen
CheckScannerIntroScreenConfiguration
actionBar
ActionBarConfiguration
viewFinder
PermanentViewFinderConfiguration
scannerConfiguration
CheckScannerConfiguration
captureHighResolutionImage
bool
exampleOverlayVisible
bool
scanningProgress
CheckScanningProgressConfiguration
noCheckFoundTimeout
int
accumulationTimeout
int
successOverlay
ScanCompletionOverlay
noCheckDetectedAlertDialog
ScanbotAlertDialog
imageNotGoodAlertDialog
ScanbotAlertDialog
sound
Sound
vibration
Vibration
keepScreenOn
bool
Returns
- CheckScannerScreenConfiguration
Default()
public static CheckScannerScreenConfiguration Default()
Returns
- CheckScannerScreenConfiguration
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags