Package io.anyline.wrapper.config
Class WrapperSessionScanStartPlatformOptions
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanStartPlatformOptions implements Serializable
WrapperSessionScanStartPlatformOptions
Platform specific options to perform scan.
-
-
Field Summary
Fields Modifier and Type Field Description public ScanViewAttributesConfigandroidScanViewAttributes
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanStartPlatformOptions()
-
Method Summary
Modifier and Type Method Description ScanViewAttributesConfiggetAndroidScanViewAttributes()Android ScanView Attributes Config Android ScanView attributes config voidsetAndroidScanViewAttributes(ScanViewAttributesConfig androidScanViewAttributes)Android ScanView Attributes Config Android ScanView attributes config StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getAndroidScanViewAttributes
ScanViewAttributesConfig getAndroidScanViewAttributes()
Android ScanView Attributes Config
Android ScanView attributes config
-
setAndroidScanViewAttributes
void setAndroidScanViewAttributes(ScanViewAttributesConfig androidScanViewAttributes)
Android ScanView Attributes Config
Android ScanView attributes config
-
hashCode
int hashCode()
-
-
-
-