public class CaptureDeviceInfoConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Constructor and Description |
---|
CaptureDeviceInfoConfig(boolean captureModel,
boolean captureManufacturer,
boolean captureBrand) |
CaptureDeviceInfoConfig(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
isCaptureBrand()
Specify whether to capture the brand.
|
boolean |
isCaptureManufacturer()
Specify whether to capture the manufacturer.
|
boolean |
isCaptureModel()
Specify whether to capture the model of a device
|
void |
writeToParcel(Parcel dest,
int flags) |
public CaptureDeviceInfoConfig(boolean captureModel, boolean captureManufacturer, boolean captureBrand)
public CaptureDeviceInfoConfig(Parcel in)
public boolean isCaptureModel()
public boolean isCaptureManufacturer()
public boolean isCaptureBrand()
public int describeContents()
public void writeToParcel(Parcel dest, int flags)