Source

public class Source implements Parcelable

Source of the document (e.g. camera or external).

Functions

describeContents
Link copied to clipboard
int describeContents()
equals
Link copied to clipboard
boolean equals(Object o)
getName
Link copied to clipboard
String getName()
hashCode
Link copied to clipboard
int hashCode()
newCameraSource
Link copied to clipboard
static Document.Source newCameraSource()
Create a new camera source.
newExternalSource
Link copied to clipboard
static Document.Source newExternalSource()
Create a new external source.
newSource
Link copied to clipboard
static Document.Source newSource(@NonNull() String name)
Create a new custom source.
newUnknownSource
Link copied to clipboard
static Document.Source newUnknownSource()
Create a new unknown source.
writeToParcel
Link copied to clipboard
void writeToParcel(@NonNull() Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<Document.SourceCREATOR