toggle menu
Gini Capture SDK for Android
androidJvm
switch theme
search in API
Gini Capture SDK for Android
/
net.gini.android.capture
/
Document
/
Source
Source
public
class
Source
implements
Parcelable
Source of the document (e.g. camera or external).
Members
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
public
final
static
int
CONTENTS_FILE_DESCRIPTOR
CREATOR
Link copied to clipboard
public
final
static
Parcelable.Creator
<
Document.Source
>
CREATOR
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
public
final
static
int
PARCELABLE_WRITE_RETURN_VALUE
Functions
describe
Contents
Link copied to clipboard
public
int
describeContents
(
)
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Name
Link copied to clipboard
public
String
getName
(
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
new
Camera
Source
Link copied to clipboard
public
static
Document.Source
newCameraSource
(
)
Create a new camera source.
new
External
Source
Link copied to clipboard
public
static
Document.Source
newExternalSource
(
)
Create a new external source.
new
Source
Link copied to clipboard
public
static
Document.Source
newSource
(
@
NonNull
(
)
String
name
)
Create a new custom source.
new
Unknown
Source
Link copied to clipboard
public
static
Document.Source
newUnknownSource
(
)
Create a new unknown source.
write
To
Parcel
Link copied to clipboard
public
void
writeToParcel
(
@
NonNull
(
)
Parcel
dest
,
int flags
)