Source

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

class Source implements Parcelable

Functions

describeContents
Link copied to clipboard
abstract int describeContents()
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

Create a new camera source.

static Document.Source newCameraSource()
newExternalSource
Link copied to clipboard

Create a new external source.

static Document.Source newExternalSource()
newSource
Link copied to clipboard

Create a new custom source.

static Document.Source newSource(String name)
newUnknownSource
Link copied to clipboard

Create a new unknown source.

static Document.Source newUnknownSource()
writeToParcel
Link copied to clipboard
abstract void writeToParcel(Parcel p, int p1)
void writeToParcel(Parcel dest, int flags)

Properties

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