BarcodeScannerPreferences
Inheritance: java.lang.Object
All Implemented Interfaces: android.os.Parcelable
public final class BarcodeScannerPreferences implements Parcelable
The BarcodeScanner preferences. Contains parameters which make influence on recognition process and recognized data. BarcodeScannerPreferences extends BarcodeRecognitionSettings, BarcodeScannerPreferences class contains specific to BarcodeScanner API and implements Parcelable interface to exchange preferences between client activity and BarcodeScannerActivity BarcodeScannerPreferences work only inside client application via BarcodeScannerActivity
Fields
Field | Description |
---|---|
CREATOR |
Methods
Method | Description |
---|---|
describeContents() | |
equals(Object arg0) | |
getBarcodeRecognitionSettings() | |
getClass() | |
hashCode() | |
isRotationEnabled() | Gets display rotation enabled Default is false |
notify() | |
notifyAll() | |
setRotationEnabled(boolean rotationEnabled) | Sets display rotation enabled Recommended use false |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) | |
writeToParcel(Parcel dest, int flags) |
CREATOR
public static final Parcelable.Creator<BarcodeScannerPreferences> CREATOR
describeContents()
public int describeContents()
Returns: int
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBarcodeRecognitionSettings()
public BarcodeRecognitionSettings getBarcodeRecognitionSettings()
Returns: com.aspose.barcode.component.barcodescanner.BarcodeRecognitionSettings
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
isRotationEnabled()
public boolean isRotationEnabled()
Gets display rotation enabled Default is false
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setRotationEnabled(boolean rotationEnabled)
public void setRotationEnabled(boolean rotationEnabled)
Sets display rotation enabled Recommended use false
Parameters:
Parameter | Type | Description |
---|---|---|
rotationEnabled | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |
writeToParcel(Parcel dest, int flags)
public void writeToParcel(Parcel dest, int flags)
Parameters:
Parameter | Type | Description |
---|---|---|
dest | android.os.Parcel | |
flags | int |